| Item | Value |
|---|---|
| API Status | Recommended |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
| Type | Webhook (Incoming) |
{
"code": 200,
"msg": "success",
"eventType": "fiat.withdrawal.updated.v2",
"notificationId": "a09a9437-120a-4a7f-8884-58cc8977c03a",
"data": {
"fiatWithdrawalId": "WD2026041514300001",
"participantCode": "B0100106",
"requireSameNamePayout": false,
"withdrawalType": 2,
"currency": "USD",
"amount": "622.99",
"fees": "3.00",
"swiftChargingCode": 2,
"estimatedAmountReceivable": "619.99",
"to": "US12345678901234567890",
"paymentReference": "PAY-20260415-007",
"clientReference": "REF202604150014",
"bankInfo": {
"label": "Business Withdrawal Account",
"bankAccountNumber": "US98765432109876543210"
},
"purposeOfTransaction": "deposit",
"proofFile": "550e8400-e29b-41d4-a716-446655440000",
"idorPassportFile": "660e8400-e29b-41d4-a716-446655440001",
"status": 4,
"statusInfo": "FAILED",
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'X-Signature: t=1758867971711,v0=b2468f1bc285eb64be242ee6d02e3c959dfb61482abe47ddb50da4b6be55997e' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 200,
"msg": "success",
"eventType": "fiat.withdrawal.updated.v2",
"notificationId": "a09a9437-120a-4a7f-8884-58cc8977c03a",
"data": {
"fiatWithdrawalId": "WD2026041514300001",
"participantCode": "B0100106",
"requireSameNamePayout": false,
"withdrawalType": 2,
"currency": "USD",
"amount": "622.99",
"fees": "3.00",
"swiftChargingCode": 2,
"estimatedAmountReceivable": "619.99",
"to": "US12345678901234567890",
"paymentReference": "PAY-20260415-007",
"clientReference": "REF202604150014",
"bankInfo": {
"label": "Business Withdrawal Account",
"bankAccountNumber": "US98765432109876543210"
},
"purposeOfTransaction": "deposit",
"proofFile": "550e8400-e29b-41d4-a716-446655440000",
"idorPassportFile": "660e8400-e29b-41d4-a716-446655440001",
"status": 4,
"statusInfo": "FAILED",
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
}'{}