API-KEY: ********************API-SIGNATURE: ********************API-TIMESTAMP: ********************{
"orderId": "ord_10001",
"targetAccountId": "acc_target_001",
"requestId": "req_20260805_001"
}curl --location '/v2/stable/collect/order/reject' \
--header 'API-KEY: <api-key>' \
--header 'API-SIGNATURE: <api-key>' \
--header 'API-TIMESTAMP: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"orderId": "ord_10001",
"targetAccountId": "acc_target_001",
"requestId": "req_20260805_001"
}'{
"orderId": "ord_10001",
"orderStatus": "SUCCESS",
"accountName": "Merchant VA",
"externalAccountId": "ext_acc_001",
"currency": "USDT",
"amount": "100.00",
"paymentMethod": "VIRTUAL_ACCOUNT",
"createTime": 1720000000000,
"completeTime": "2026-08-05T00:00:00Z",
"walletId": 10001,
"walletAddress": "sample_walletAddress",
"transactionId": "sample_transactionId",
"payer": {
"walletAddress": "sample_walletAddress",
"walletNetwork": "ETH",
"name": "Tether USD"
},
"quote": {
"quoteId": "qt_10001",
"price": "sample_price",
"fee": "100.00"
},
"aml": {
"amlStatus": "SUCCESS",
"amlRemarks": "sample_amlRemarks"
}
}