Swipelux
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-id
  • svix-timestamp
  • svix-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

OperationUse it for
GET /v1/webhooksRetrieve webhook configuration.
PATCH /v1/webhooksConfigure the webhook delivery URL.

On this page