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"
}
}
}
}
}
Related Payment Events
When a wire drawdown payment is sent via Send Drawdown Payment, it creates a Wire Payment. The following events may fire:
- payment.created - When the wire payment is created
- payment.sent - When the wire payment is sent
- payment.rejected - If the wire payment is rejected
- transaction.created - When the wire transaction is created