🇦🇺Australia
Check the requirements and validations made over the cashouts in Australia
Required Fields
Field
Format
Description
amount
Number with up to 2 decimals
Cashout amount
document_id
Beneficiary's document ID
Beneficiary's document ID
bank_account
-
Beneficiary's bank account
bank_branch
BSB
In this field we must receive Beneficiary's BSB number.
beneficiary_name
String (max length: 100)
Beneficiary's name
benefitiary_lastname
String (max length: 100)
Beneficiary's last name
phone
String (max lenght: 10).
Beneficiary's phone number
email
String (max length: 255)
Beneficiary's email
Additional Fields
Field
Format
Description
document_id
Example Request
{
"login": "xxxxxxx",
"pass": "xxxxxxx",
"country": "AU",
"amount": 100,
"currency": "AUD",
"external_id": "70000000001",
"document_type": "ID",
"document_id": "123456789",
"beneficiary_name": "Test",
"beneficiary_lastname": "TestLastName",
"email": "[email protected]";
"bank_branch": "484799",
"bank_code": "22",
"bank_account": "123439923",
"account_type": "S",
"notification_url": "https://webhook.site/url",
"type": "json"
}
Last updated
Was this helpful?