SequenceSequence
Webhooks
Coming Soon — This endpoint is planned for a future release and is not yet available.

Sent when a new transfer is created, regardless of its initial status. This fires for all origins - rule, user, money_in, money_out, etc. Fetch the full transfer via GET /transfers/{id}.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

FieldTypeDescription
event*
stringThe event type in `<entity>.<action>` format.
created_at*
stringTimestamp when the event was generated (UTC).
+data*
object

Response Body

Example Requests

POST/TransferCreated