{
"TRANSREFID": "6915b4b2db2e365ed75ff38a",
"PIN": "123123",
"DEVICEID": "E9FBEFDB-C464-4D28-B237-1C58C33BCD22",
"deviceId": "E9FBEFDB-C464-4D28-B237-1C58C33BCD22",
"MessageType": "FO"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/verifyTransaction' \
--header 'Authorization: Bearer a6538d32-d867-48a0-aacb-eb3cbdcc82b9' \
--header 'Content-Type: application/json' \
--data-raw '{
"TRANSREFID": "6915b4b2db2e365ed75ff38a",
"PIN": "123123",
"DEVICEID": "E9FBEFDB-C464-4D28-B237-1C58C33BCD22",
"deviceId": "E9FBEFDB-C464-4D28-B237-1C58C33BCD22",
"MessageType": "FO"
}'{
"err": 200,
"message": "Success",
"data": {
"errorCode": 0,
"errorMsg": "",
"transaction": {
"code": "25111317383577115432",
"name": "Request Cash Out Card By TCB",
"transRefId": "6915b50484a46aaddd33eb88",
"desc": "",
"origAmount": 50,
"amount": 50,
"currency": "USD",
"cashcode": {
"cashcode": {}
},
"sender": {
"name": "LEDN TEST LOYAL",
"phone": "70001222"
},
"receiver": {
"name": null,
"phone": null,
"walletId": null,
"client": null
},
"beneficiary": {
"name": null,
"phone": null,
"nric": null
},
"depositor": {
"name": null,
"phone": null,
"nric": null
}
}
},
"display": [],
"webVariable": "",
"type": "dynamic",
"sourceWeb": "",
"title": ""
}