{
"MessageType": "FO",
"SERVICEID": "68cae0f868f3728d1f833c4d",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CURRENCY": "USD",
"REDPOCKETID": "69340289101e829461dedbf6"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer c4510b50-4e9e-4d5c-96f9-232f6363b9e7' \
--header 'Content-Type: application/json' \
--data-raw '{
"MessageType": "FO",
"SERVICEID": "68cae0f868f3728d1f833c4d",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CURRENCY": "USD",
"REDPOCKETID": "69340289101e829461dedbf6"
}'{
"err": 200,
"message": "success",
"data": {
"errorCode": 0,
"errorMsg": "",
"transRefId": "69340420101e829461dedc04",
"totalFee": 0,
"fees": [],
"totalDiscount": 0,
"discounts": [],
"debitFee": 0,
"creditFee": 0,
"creditDiscount": 0,
"debitDiscount": 0,
"discountCalculating": []
},
"display": []
}