Payment method for Australia, the transfer is made using a BSB number (6 digits) and an account number (6–16 digits)..
Payin request
{
"amount": 10,
"currency": "AUD",
"invoiceId": "{{$randomInt}}demo123",
"clientId": "demo client 12345",
"lang": "EN",
"successUrl": "https://example.com/",
"failUrl": "https://example.com/",
"backUrl": "https://example.com/",
"type": "bsb"
}
Payout request
{
"amount": 11,
"currencyTo": "AUD",
"clientId": "TestQA1",
"feesStrategy": "add",
"baseCurrency": "fiat",
"recipient": {
"account_owner": "account name",
"account_number": "231024005",
"additionalAccountNumber": "774001",
"type": "custom"
},
"type": "bsb"
}