{
"eventId": "24",
"eventType": "USD_PAYOUT_ORDER_UPDATED",
"referenceId": "6",
"status": "SUCCESS",
"timestamp": "1771051866",
"data": {
"orderId": "",
"orderStatus": "",
"requestId":"",
"walletId":"",
"currency": "",
"amount":"",
"bankAccountId":"",
"createTime":"",
"ourFee":"",
"payoutFee":"",
"failCode":"",
"failReason":""
}
}curl --location 'https://your-api-server.com' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"eventId": "24",
"eventType": "USD_PAYOUT_ORDER_UPDATED",
"referenceId": "6",
"status": "SUCCESS",
"timestamp": "1771051866",
"data": {
"orderId": "",
"orderStatus": "",
"requestId":"",
"walletId":"",
"currency": "",
"amount":"",
"bankAccountId":"",
"createTime":"",
"ourFee":"",
"payoutFee":"",
"failCode":"",
"failReason":""
}
}'{}