...
It can be used to specify custom disbursements/fees on a transaction-by-transaction basis. To do this, a JSON array with the format described below can be passed into the “Disbursements” parameter.
Examples:
Code Block | ||
---|---|---|
| ||
"Disbursements":[
{
"Id": "DISB-001",
"BusinessId": 1001,
"Type": "TXN_FEE",
"Description": "DISBURSEMENT ONE",
"Amount": 1.23,
"Method": "SETTLEMENT"
},
]
} |
...
“Disbursements":[
{
Make a live card transaction (both card-provided and via token versions)
...