{
"eventType": "string",
"notificationId": "string",
"data": {
"fiatWithdrawalId": "string",
"participantCode": "string",
"requireSameNamePayout": true,
"withdrawalType": 1,
"currency": "string",
"amount": 0,
"fees": 0,
"swiftChargingCode": 1,
"estimatedAmountReceivable": 0,
"to": "string",
"paymentReference": "string",
"clientReference": "string",
"bankInfo": {
"label": "string",
"bankAccountNumber": "string"
},
"purposeOfTransaction": "string",
"proofFile": "string",
"idorPassportFile": "string",
"status": 1,
"statusInfo": "string",
"createdAt": 0,
"updatedAt": 0
}
}curl --location --request POST '/webhooks/fiat-withdrawal/v2' \
--header 'X-Signature: t=1758867971711,v0=b2468f1bc285eb64be242ee6d02e3c959dfb61482abe47ddb50da4b6be55997e' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "string",
"notificationId": "string",
"data": {
"fiatWithdrawalId": "string",
"participantCode": "string",
"requireSameNamePayout": true,
"withdrawalType": 1,
"currency": "string",
"amount": 0,
"fees": 0,
"swiftChargingCode": 1,
"estimatedAmountReceivable": 0,
"to": "string",
"paymentReference": "string",
"clientReference": "string",
"bankInfo": {
"label": "string",
"bankAccountNumber": "string"
},
"purposeOfTransaction": "string",
"proofFile": "string",
"idorPassportFile": "string",
"status": 1,
"statusInfo": "string",
"createdAt": 0,
"updatedAt": 0
}
}'{}