{
"DEVICEID": "4E8EB138-DFA0-48A9-94A3-85EC056C7A9E",
"deviceId": "4E8EB138-DFA0-48A9-94A3-85EC056C7A9E",
"MessageType":"FO",
"SERVICEID":"691d9e9d74f624b1fcd27919",
"AMOUNT":8008,
"TOKEN":"9704116228488479"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer 993323a7-dbe6-423f-928d-28ee5df98a42' \
--header 'Content-Type: application/json' \
--data-raw '{
"DEVICEID": "4E8EB138-DFA0-48A9-94A3-85EC056C7A9E",
"deviceId": "4E8EB138-DFA0-48A9-94A3-85EC056C7A9E",
"MessageType":"FO",
"SERVICEID":"691d9e9d74f624b1fcd27919",
"AMOUNT":8008,
"TOKEN":"9704116228488479"
}'{
"err": 0,
"message": "string",
"data": {
"errorCode": 0,
"errorMsg": "string",
"amount": 0,
"totalAmount": 0,
"transRefId": "string",
"totalFee": 0,
"fees": [
"string"
],
"totalDiscount": 0,
"discounts": [
"string"
],
"debitFee": 0,
"creditFee": 0,
"creditDiscount": 0,
"debitDiscount": 0,
"discountCalculating": [
"string"
]
},
"display": [
"string"
]
}