{
"MessageType": "FO",
"TRANSREFID": "693404eab88742debf44049c",
"PIN": "123457",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/verifyTransaction' \
--header 'Authorization: Bearer c4510b50-4e9e-4d5c-96f9-232f6363b9e7' \
--header 'Content-Type: application/json' \
--data-raw '{
"MessageType": "FO",
"TRANSREFID": "693404eab88742debf44049c",
"PIN": "123457",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F"
}'{
"err": 200,
"message": "Success",
"data": {
"errorCode": 0,
"errorMsg": "Success",
"transaction": {
"code": "25120617270626255373",
"name": "Customer Close Red Pocket",
"transRefId": "693404eab88742debf44049c",
"desc": "",
"origAmount": 500,
"amount": 500,
"currency": "USD",
"cashcode": {
"cashcode": {}
},
"sender": {
"name": null,
"phone": null
},
"receiver": {
"name": "TUGGYH",
"phone": "71122007",
"walletId": "187417162929080978",
"client": "customer"
},
"beneficiary": {
"name": null,
"phone": null,
"nric": null
},
"depositor": {
"name": null,
"phone": null,
"nric": null
}
}
},
"display": [],
"webVariable": "",
"type": "none",
"sourceWeb": "",
"title": ""
}