{
"DEVICEID": "FC52AD72-D806-4942-AD73-CA19FC32FBCB",
"deviceId": "FC52AD72-D806-4942-AD73-CA19FC32FBCB",
"MessageType":"FO",
"TRANSREFID":"692138c6619910cf414d58ad"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/verifyTransaction' \
--header 'Authorization: Bearer 67b50d82-9a28-4ce4-805b-55ea389388b6' \
--header 'Content-Type: application/json' \
--data-raw '{
"DEVICEID": "FC52AD72-D806-4942-AD73-CA19FC32FBCB",
"deviceId": "FC52AD72-D806-4942-AD73-CA19FC32FBCB",
"MessageType":"FO",
"TRANSREFID":"692138c6619910cf414d58ad"
}'{
"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"
}