Webhook received for the different lifecycle of a crypto payout transaction
{
"id": "cac6261d-56cc-4484-82e9-69df0f78fa4c",
"event": "CRYPTO_WITHDRAWAL",
"data": {
"reference": "ea67ade2-6cc3-4d2a-b504-74ba4e0ad6d7",
"walletAssetId": "4b4ce424-0966-4aef-b298-1d47f31a3bbd",
"clientReference": "91a3ee04-20fc-4ccc-83ad-8ca11f8c6326",
"status": "WITHDRAWAL_SUCCESS", // WITHDRAWAL_PENDING, WITHDRAWAL_IN_PROGRESS, WITHDRAWAL_SUCCESS, WITHDRAWAL_FAILED
"amount": {
"currency": "USDT",
"value": 11.82
},
"fees": {
"amount": 0.5,
"flat": 0.5,
"percent": 0
},
"memo": null,
"metadata": [
{
"name": "recipient_account_number",
"value": "XXXXXX" // Receiving address
},
{
"name": "network",
"value": "BEP20"
},
{
"name": "transactionId",
"value": "XXXXXX" // On-chain transaction Id
},
{
"name": "timesConfirmed",
"value": "779" // Number of times transfer was confirmed on-chan
},
{
"name": "blockNumber",
"value": "XXXXXX" // On-chain block number for tx
},
{
"name": "address",
"value": "XXXXXX" // Receiving address
}
],
"methodId": "CRYPTO",
"recipient": {
"accountName": null,
"accountNumber": "XXXXXX", // Receiving address
"accountType": null,
"address": null,
"address2": null,
"bankId": null,
"bankName": null,
"beneficiaryType": null,
"city": null,
"country": "US",
"currency": "USDT",
"documents": [],
"email": null,
"iban": null,
"memo": null,
"method": "CRYPTO",
"network": "BEP20",
"phoneNumber": null,
"postalCode": null,
"routingNumber": null,
"sortCode": null,
"state": null,
"swiftBic": null,
"type": "CRYPTO"
},
"wasReversed": false,
"createdAt": "Mon Aug 11 2025 12:34:04 GMT+0000 (Coordinated Universal Time)",
"updatedAt": "Mon Aug 11 2025 12:55:01 GMT+0000 (Coordinated Universal Time)"
}
}
