{
"DEVICEID": "0B9705F7-3FE0-42C5-9D0C-6998B4FADD03",
"deviceId": "0B9705F7-3FE0-42C5-9D0C-6998B4FADD03",
"MessageType":"FO",
"TRANSREFID":"691e8bb44c14677fc17695ac"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/verifyTransaction' \
--header 'Authorization: Bearer 993323a7-dbe6-423f-928d-28ee5df98a42' \
--header 'Content-Type: application/json' \
--data-raw '{
"DEVICEID": "0B9705F7-3FE0-42C5-9D0C-6998B4FADD03",
"deviceId": "0B9705F7-3FE0-42C5-9D0C-6998B4FADD03",
"MessageType":"FO",
"TRANSREFID":"691e8bb44c14677fc17695ac"
}'{
"err": 0,
"message": "string",
"data": {
"errorCode": 0,
"errorMsg": "string",
"transaction": {
"code": "string",
"name": "string",
"transRefId": "string",
"desc": "string",
"origAmount": 0,
"amount": 0,
"currency": "string",
"cashcode": {
"cashcode": {}
},
"sender": {
"name": null,
"phone": null
},
"receiver": {
"name": null,
"phone": null,
"walletId": null,
"client": null
},
"beneficiary": {
"name": null,
"phone": null,
"nric": null
},
"depositor": {
"name": null,
"phone": null,
"nric": null
}
}
},
"display": [
"string"
],
"webVariable": "string",
"type": "string",
"sourceWeb": "string",
"title": "string"
}