Payout webhooks
{
"data": {
"id": "9d12fe2c-c8ac-44c7-b2f0-b9d11aa62f53",
"type": "payouts",
"attributes": {
"absorbFees": null,
"absorbNetworkFee": true,
"absorbPayoutFee": true,
"address": "TTbGTMwUwA3mncLP7xqCZei1ekaNSgeAJe",
"amount": "500.00",
"amountCharged": "64.84",
"amountChargedCurrency": "EUR",
"approvalStatus": null,
"binanceStatus": null,
"createdAt": "2026-05-19T15:40:37.788Z",
"currency": "CNY",
"displayFee": "5.00",
"displayFeeCurrency": "CNY",
"exchangeRate": "7.01285182",
"expiresAt": "2026-05-19T15:41:07.788Z",
"networkFee": "1.000000",
"networkFeeCurrency": "USDT",
"payAmount": "71.297671",
"payChargeRate": "0.8881381",
"payChargeRateCurrency": "EUR",
"payCurrency": "USDT",
"paymentMethod": "on_chain",
"payNetwork": "ttrx:usdt",
"payNetworkName": "Tron (TRC20)",
"payoutFee": "0.63",
"payoutFeeCurrency": "EUR",
"receiverBinanceId": null,
"reference": "docs-cny-eur-example-001",
"status": "processing",
"txid": null
},
"relationships": {
"accountCharged": {
"data": {
"id": "13a85b45-8543-41c7-b963-394d4ea128ae",
"type": "accounts"
}
},
"author": {
"data": {
"id": "b56961f4-46cf-4e60-bb32-b36addb09f66",
"type": "apiKeys"
}
}
}
},
"included": [
{
"id": "13a85b45-8543-41c7-b963-394d4ea128ae",
"type": "accounts",
"attributes": {
"balance": "38968.92",
"bankDepositAvailable": true,
"bankReference": "BDR6421088115176062",
"bankWithdrawalAvailable": true,
"currencyCode": "EUR",
"currencyType": "fiat",
"label": "master",
"master": true,
"totalBalance": null,
"transferAvailable": true
},
"relationships": {
"company": { "meta": { "included": false } },
"networks": { "meta": { "included": false } },
"txnBankCredentials": { "meta": { "included": false } }
}
},
{
"id": "b56961f4-46cf-4e60-bb32-b36addb09f66",
"type": "apiKeys",
"attributes": {
"createdAt": "2024-06-17T19:41:33.398Z",
"name": "Test API key"
}
}
],
"meta": {}
}Last updated