{
"MessageType": "FO",
"SERVICEID": "68ca8edab55817dae1ee6cce",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CURRENCY": "USD",
"TOTALBUDGET": 5000,
"NUMBEROFRECEIVER": 2,
"TYPE": "batch",
"SPLITTYPE": "equally",
"MESSAGE": "This is theme 1",
"THEME": "Theme 1",
"NAME": "Theme 1",
"DISTRIBUTION": [
{
"amount": "25000",
"phone": "71122008",
"client": "customer"
},
{
"amount": "25000",
"phone": "71122011",
"client": "customer"
}
],
"deviceId": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer b408a4ca-edb0-4dea-a4f8-079c1d6e6a1e' \
--header 'Content-Type: application/json' \
--data-raw '{
"MessageType": "FO",
"SERVICEID": "68ca8edab55817dae1ee6cce",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CURRENCY": "USD",
"TOTALBUDGET": 5000,
"NUMBEROFRECEIVER": 2,
"TYPE": "batch",
"SPLITTYPE": "equally",
"MESSAGE": "This is theme 1",
"THEME": "Theme 1",
"NAME": "Theme 1",
"DISTRIBUTION": [
{
"amount": "25000",
"phone": "71122008",
"client": "customer"
},
{
"amount": "25000",
"phone": "71122011",
"client": "customer"
}
],
"deviceId": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F"
}'{
"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"
]
}