...
Code Block | ||
---|---|---|
| ||
"Disbursements":[ { "Id": "DISB-001", "BusinessId": 1001, "Type": "TXN_FEE", "Description": "DISBURSEMENT ONE", "Amount": 1.23, "Method": "SETTLEMENT" }, ] }, |
...
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
Code Block | ||
---|---|---|
| ||
{
"ReturnUrl": "https://www.payrix.com.au?txn=123456789",
"Template": "Basic",
"Transaction": {
"ProcessType": "COMPLETE",
"Reference": "HPP Disbursement Test2022",
"Description": "Test HPP Disbursement API Token",
"Amount": 150.00,
"CurrencyCode": "AUD",
"Disbursements":[
{
"BusinessId":1001,
"Type": "TXN_FEE",
"Amount":2.25
},
]
},
"Payer": {
"UniqueReference": "HPP-TOKEN-PAYER-U-1",
"GroupReference": "HPP-TOKEN-PAYER-GRP-1",
"FamilyOrBusinessName": "Surname",
"GivenName": "First Name",
"Email": "payer.hpp.1@payrix.com.au",
"Phone": "0733332222",
"Mobile": "0411228833",
"Address": {
"Line1": "1 Test St",
"Line2": null,
"Suburb": "Testville",
"State": "QLD",
"PostCode": "4001",
"Country": null
},
"SavePayer": false
},
"Audit": {
"Username": "Token Example",
"UserIP": "1.2.3.4"
}
} |
...
Data Table
Field | Required | Value Type | Description |
---|---|---|---|
BusinessID | Yes | Integer (5) | Payrix will provide you with a list of the IDs of the businesses associated with your account to which you are able to distribute funds. |
Amount | Yes | Decimal (10,2) | The amount to be paid out. The total amount of all disbursements must not exceed the transaction amount. |
ID | No | String (100)* | You have the option of including an ID from your system to identify each disbursement. Please note: Payrix does not currently provide any reporting on this ID. |
Description | No | String (100)* | You have the option of suppling a custom description for the fee/disbursement that can replace the standard type name displayed on reports such as the processing report and tax invoices that are sent to clients. |
Type | No | String (100)* | The type of fee/disbursement that the payout is for. This type is displayed on reports such as the processing reports and tax invoices that are sent to clients.
|
Method | No | String (100)* | Relevant only if the disbursement is for a fee, this specifies how the fees to collected from the business.
|
** No XML characters can be passed to the strings.