...
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)
...
Code Block | ||
---|---|---|
| ||
{
"ProcessType": "COMPLETE",
"Reference": "REAL-TIME-TXN-TEST2023",
"Description": "This is an example real-time transaction",
"Amount": 100.00,
"CurrencyCode": "AUD",
"CardToken": null,
"Card": {
"CardNumber": "4111111111111111",
"CardholderName": "TEST Card",
"ExpiryYear": 2023,
"ExpiryMonth": 10,
"Ccv": "123"
},
"Disbursements":[
{
"BusinesssId":1001,
"Type":"TXN_FEE",
"Amount": 1.23,
},
]
}
"Payer": null,
"Audit": {
"Username": "Example-User",
"UserIP": "1.2.3.4"
}
} |
...
 Creating a HPP token
...
Data Table
...