Skip to main content
CDP Transfers webhooks provide your app with real-time transfer status updates. By subscribing your webhook endpoint you will receive a notification every time a transfer made by your users is created or updated.

Getting started

1

Subscribe

Set up a subscription to transfer webhook events.
2

Verify

Implement signature verification in your receiver.
3

Inspect payloads

See example payloads for event shapes.

Best practices

  • Test locally first before enabling production subscriptions.
  • Support concurrent delivery at your webhook endpoint.
  • Acknowledge quickly (200), then process in the background.
  • Monitor delivery health and alert on failures.
  • Check subscriptions regularly and confirm critical ones remain isEnabled: true.
Subscriptions can be auto-disabled after sustained delivery failures. Fix the endpoint issue, then re-enable with the Update Subscription API.