Australia Beneficiary
You can pay to any Australian bank account through Australia's NPP (New Payments Platform)which means the payments will arrive in the bank account within a few minutes.
Here is a sample request to add an Australian beneficiary:
cURL
curl --location '{{sandboxURL}}/beneficiaries' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{APIKEY}}' \
--data '{
"reference": "<samplereference>",
"callbackUrl": "https://webhook.site/38a9e65e-3388-4399-89d4-3ceafa8173dd",
"customerEmail": "ray.jon@mail.com",
"country": "AU",
"currency": "AUD",
"destination": {
"type": "BSB",
"bsbNumber": "063000",
"accountNumber": "47270000",
"accountName": "Nimali Daniels",
}
}'
The parameters for adding beneficiary Australian bank accounts are
Parameter | Description | Required |
---|---|---|
type | This is the payment type. It will be BSB | ✅ |
bsbNumber | The BSB of the Australian Bank account | ✅ |
accountName | Bank Account Name (String, max 32 characters) | ✅ |
accountNumber | The Australian bank account number | ✅ |