Skip to main content

Events

wireDrawdown.created

Occurs when a Wire Drawdown is created.

Example wireDrawdown.created payload:
{
"data": {
"id": "260",
"type": "wireDrawdown.created",
"attributes": {
"createdAt": "2024-10-29T21:35:58.898Z",
"amount": 100000,
"direction": "Incoming",
"description": "Wire drawdown request"
},
"relationships": {
"wireDrawdown": {
"data": {
"id": "10000",
"type": "wireDrawdown"
}
},
"account": {
"data": {
"type": "account",
"id": "10001"
}
}
}
}
}

When a wire drawdown payment is sent via Send Drawdown Payment, it creates a Wire Payment. The following events may fire: