{
"query": {
"orderId": 250630112258714,
"requestId": "af5152a-4719-4b17b-v218a-*****21"
}
}
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/fiat-transaction/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"orderId": 250630112258714,
"requestId": "af5152a-4719-4b17b-v218a-*****21"
}
}'
{
"header": {
"success": true
},
"result": {
"item": "USD",
"referenceNo": "251",
"depositAmount": "251.00",
"depositFees": "-",
"differenceAmount": "2.00",
"differenceReason": "bank fee",
"netAmount": "249.00",
"orderId": 250630112258714,
"orderType": "Fiat Deposit",
"clientId": 6825060000,
"orderDate": "2025-06-30",
"clientName": "2025_06_24 test api 1.1",
"email": "***@***.com",
"status": "COMPLETED"
}
}