{
"SERVICEID": "606e69a31ef3388dbb431134",
"SENDERPHONE": "71122011",
"SENDERCLIENT": "customer",
"RECEIVERPHONE": "71122012",
"RECEIVERCLIENT": "customer",
"AMOUNT": 50,
"CURRENCY": "USD",
"MESSAGE": "",
"MessageType": "FO",
"DEVICEID": "{{deviceId}}"
}curl --location --request POST 'https://apimobile-vpay-dev2.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer b3050b96-f620-448c-8598-64516948f27d' \
--header 'Content-Type: application/json' \
--data-raw '{
"SERVICEID": "606e69a31ef3388dbb431134",
"SENDERPHONE": "71122011",
"SENDERCLIENT": "customer",
"RECEIVERPHONE": "71122012",
"RECEIVERCLIENT": "customer",
"AMOUNT": 50,
"CURRENCY": "USD",
"MESSAGE": "",
"MessageType": "FO",
"DEVICEID": "2784FAA4-0E90-4C02-887C-96ADE4218E26"
}'{
"err": 0,
"message": "string",
"data": {
"errorCode": 0,
"errorMsg": "string",
"amount": "string",
"totalAmount": 0,
"transRefId": "string",
"totalFee": 0,
"fees": [
{
"name": "string",
"value": {
"debit": 0,
"credit": 0
}
}
],
"totalDiscount": 0,
"discounts": [
"string"
],
"debitFee": 0,
"creditFee": 0,
"creditDiscount": 0,
"debitDiscount": 0,
"discountCalculating": [
"string"
]
},
"display": [
{
"fieldMapping": "string",
"fieldName": "string",
"label": "string",
"value": "string",
"dataType": "string",
"valueRange": "string",
"isRequired": true,
"type": "string",
"viewDisplay": "string",
"position": "string",
"mappingVal": true,
"action": [
{
"url": "string",
"params": {
"MessageType": "string",
"TRANSREFID": "string",
"DEVICEID": "string"
},
"method": "string",
"transStep": 0,
"eventType": "string",
"event": "string"
}
],
"additionalStyle": "string",
"isMapping": true,
"needsDisplay": true,
"inputType": "string",
"isCopy": true,
"needSecured": true,
"isFormula": true,
"textColor": "string",
"backgroundColor": "string"
}
]
}