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

Sent when a transfer transitions to a new status. Includes the transfer ID and the previous status - use these to react to specific transitions (e.g. pendingcomplete). Fetch the current transfer state 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/TransferStatusChanged