{
"MessageType": "FO",
"TRANSREFID": "690d5d81a0e4dc3b85994199",
"PIN": "112233",
"DEVICEID": "605b434c01a0941b",
"lat": 21.1336068,
"long": 105.54971
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/transaction/verifyTransaction' \
--header 'Authorization: Bearer b3050b96-f620-448c-8598-64516948f27d' \
--header 'Content-Type: application/json' \
--data-raw '{
"MessageType": "FO",
"TRANSREFID": "690d5d81a0e4dc3b85994199",
"PIN": "112233",
"DEVICEID": "605b434c01a0941b",
"lat": 21.1336068,
"long": 105.54971
}'{
"err": 200,
"message": "Success",
"data": {
"errorCode": 0,
"errorMsg": "",
"transaction": {
"code": "25111714342611666324",
"name": "Customer transfer to Customer",
"transRefId": "691acfce64d0d157a69c4642",
"desc": "",
"origAmount": 10,
"amount": 10,
"currency": "USD",
"cashcode": {
"cashcode": {}
},
"sender": {
"name": "TUAN",
"phone": "71122008"
},
"receiver": {
"name": "LEGIATUAN",
"phone": "71122012",
"walletId": "197514192722021424",
"client": "customer"
},
"beneficiary": {
"name": null,
"phone": null,
"nric": null
},
"depositor": {
"name": null,
"phone": null,
"nric": null
}
}
},
"display": [],
"webVariable": "",
"type": "none",
"sourceWeb": "",
"title": ""
}