{
"TRANSREFID": "6915cc3b6c67da1101f7f668",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"PIN": "112233",
"MessageType": "FO"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer {{BEARER}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"TRANSREFID": "6915cc3b6c67da1101f7f668",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"PIN": "112233",
"MessageType": "FO"
}'{
"err": 9999,
"message": "Processing",
"data": {
"transaction": {
"code": "25111318253679936625",
"name": "Customer buy phone card",
"transRefId": "6915c0216c67da1101f7f62a",
"desc": "",
"origAmount": 100000,
"amount": 100000,
"currency": "VND",
"cashcode": {
"cashcode": {}
},
"sender": {
"name": "LGTUAN11",
"phone": "71122011"
},
"receiver": {
"name": null,
"phone": null,
"client": null
},
"beneficiary": {
"name": null,
"phone": null,
"nric": null
},
"depositor": {
"name": null,
"phone": null,
"nric": null
}
}
},
"display": [],
"webVariable": "",
"type": "none",
"sourceWeb": "",
"title": ""
}