Transfer state change
Sent when a stablecoin transfer changes state. A wallet destination is an internal transfer
between subaccounts. A blockchain destination is an outbound crypto transfer. status is one of
pending, complete, or failed.
The payload also carries transactionHash, fees, message, errorCode, riskEvaluation,
policyEvaluation, and identities when those values apply.
Body
The envelope every v2 webhook notification arrives in. The product-specific fields live in notification.
ID of the webhook subscription that produced this notification.
Unique ID for this event. Stable across retries of the same delivery, so use it to deduplicate.
The type of notification.
custody.transfer The event payload. The schema of this object depends on notificationType.
When the notification was produced.
The version of the notification schema. Always 2.
Response
Webhook received successfully