{
"SERVICEID": "6911cf5c831bfc03608b398e",
"AMOUNT": "100000",
"MessageType": "FO",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CUSTOMERPHONE": "0912345678",
"PROVIDER": "Vinaphone"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.techapi/transaction/requestTransaction' \
--header 'Authorization: Bearer {{BEARER}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"SERVICEID": "6911cf5c831bfc03608b398e",
"AMOUNT": "100000",
"MessageType": "FO",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CUSTOMERPHONE": "0912345678",
"PROVIDER": "Vinaphone"
}'{
"err": 200,
"message": "success",
"data": {
"errorCode": 0,
"errorMsg": "",
"amount": 100000,
"totalAmount": 100000,
"transRefId": "6913150be647b9203102e781",
"totalFee": 0,
"fees": [],
"totalDiscount": 0,
"discounts": [],
"debitFee": 0,
"creditFee": 0,
"creditDiscount": 0,
"debitDiscount": 0,
"discountCalculating": []
},
"display": []
}