Webhooks allow you to receive real-time notifications when events occur in your Cubewire organization. Configure a URL to receive HTTP POST requests when transactions are confirmed, policies are evaluated, or other events occur.
A webhook configuration includes:
| Practice | Description |
|---|---|
| Verify signature | Use the signing secret to verify request authenticity |
| Respond quickly | Return 2xx promptly; process asynchronously if needed |
| Handle retries | Cubewire may retry on failure; ensure idempotency |
For complete API documentation including endpoints, request/response examples, and code samples:
GET /api/v1/webhooksPOST /api/v1/webhooksGET /api/v1/webhooks/{id}PATCH /api/v1/webhooks/{id}DELETE /api/v1/webhooks/{id}Webhooks allow you to receive real-time notifications when events occur in your Cubewire organization. Configure a URL to receive HTTP POST requests when transactions are confirmed, policies are evaluated, or other events occur.
A webhook configuration includes:
| Practice | Description |
|---|---|
| Verify signature | Use the signing secret to verify request authenticity |
| Respond quickly | Return 2xx promptly; process asynchronously if needed |
| Handle retries | Cubewire may retry on failure; ensure idempotency |
For complete API documentation including endpoints, request/response examples, and code samples:
GET /api/v1/webhooksPOST /api/v1/webhooksGET /api/v1/webhooks/{id}PATCH /api/v1/webhooks/{id}DELETE /api/v1/webhooks/{id}