Concepts
Webhooks
Webhooks notify your platform when customer, verification, rail, and transfer state changes.
Webhooks are the operational layer for asynchronous status. Use them to learn when customers are created or updated, when verification changes, when rails become ready or need documents, and when transfers move through their lifecycle.
Swipelux delivers webhooks through Svix. Verify deliveries with the Svix signature headers before updating internal state:
svix-idsvix-timestampsvix-signature
Legacy HMAC fields may appear in compatibility surfaces, but Svix headers are the primary verification contract for public integrations.
Swipelux manages the supported event catalog. New endpoints subscribe to the public webhook contract, and any per-endpoint filters are managed in Svix.
API Reference
| Operation | Use it for |
|---|---|
GET /v1/webhooks | Retrieve webhook configuration. |
PATCH /v1/webhooks | Configure the webhook delivery URL. |