{
"TRANSREFID": "6926eec0962e52377c681f89",
"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": "6926eec0962e52377c681f89",
"DEVICEID": "E9FBEFDB-C464-4D28-B237-1C58C33BCD22",
"deviceId": "E9FBEFDB-C464-4D28-B237-1C58C33BCD22",
"MessageType": "FO"
}'{
"err": 200,
"message": "Success",
"data": {
"errorCode": 0,
"errorMsg": "Success",
"transaction": {
"code": "25112618181595018702",
"name": "Request Cash In Card By TCB",
"transRefId": "6926df23962e52377c681f83",
"desc": "",
"origAmount": 50,
"amount": 50,
"currency": "VND",
"cashcode": {
"cashcode": {}
},
"sender": {
"name": "John Doe",
"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": "none",
"sourceWeb": "",
"title": ""
}