{
"SERVICEID": "6911d0e7831bfc03608b3992",
"AMOUNT": "100000",
"MessageType": "FO",
"DEVICEID": "0AFC7059-F6CB-4716-8FE4-DF589A45C970",
"CARDID": 5,
"QUANTITY":2
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer {{BEARER}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"SERVICEID": "6911d0e7831bfc03608b3992",
"AMOUNT": "100000",
"MessageType": "FO",
"DEVICEID": "0AFC7059-F6CB-4716-8FE4-DF589A45C970",
"CARDID": 5,
"QUANTITY":2
}'{
"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"
]
}