Skip to main content
Webhooks are HTTPS POST requests we send to your configured URL when relevant state changes (for example pay-in settled, payout failed, KYC updated).

What to implement

  • A public HTTPS endpoint that accepts POST JSON payloads.
  • Signature verification using the same secret material as API signing (see Webhooks for header names and examples).
  • Fast responses (acknowledge quickly; do heavy work asynchronously).

Configuration and payloads

Webhook configuration (API)

Register or update your webhook URL via the API.

Events and payloads

Event types, payload shape, metadata, and verification examples.