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 --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": "[email protected]",
    "country": "AU",
    "currency": "AUD",
    "destination": {
        "type": "BSB",
        "bsbNumber": "063000",
        "accountNumber": "47270000",
        "accountName": "Nimali Daniels",
        
        
    }
}'

The parameters for adding beneficiary Australian bank accounts are

ParameterDescriptionRequired
typeThis is the payment type. It will be BSB
bsbNumberThe BSB of the Australian Bank account
accountNameBank Account Name (String, max 32 characters)
accountNumberThe Australian bank account number