Skip to content

transfer-request.status.processing
Webhook

Request

Transfer Request - Processing Event

Triggered when the transfer underlying an approved transfer request is being processed.

Bodyapplication/jsonrequired
event_idstring, (uuid)(Event Id)required
timestampstring, (date-time)(Timestamp)required
payloadobject(TransferRequestPayload)required
event_typestring(Event Type)required
Value:"transfer-request.status.processing"
Payload
{ "event_id": "a7a26ff2-e851-45b6-9634-d595f45458b7", "timestamp": "2019-08-24T14:15:22Z", "payload": { "transfer_request_id": "23560f9f-36f5-4a9c-822a-8b1bb27a6ae6", "transfer_id": "d4a2d8dd-7def-4545-a062-761683b9aa05" }, "event_type": "transfer-request.status.processing" }

Responses

Successful Response

Bodyapplication/json
any
Response
// No response example