Add AU Bank Account
Create a new receiver account for receiver
Create a New Receiver Account
POST
/api/receiveraccount
Headers
Name
Value
x-api-key
<token>
signature
<token>
Body
Name
Type
Description
receiver_id
*
string
Receiver ID of receiver account.
account_type
*
string
Account Type of receiver account. 'I' is 'Individual' and 'B' is Business
bsb
*
string
BSB of receiver account.
account_number
*
string
Account number of receiver account.
aka
string
Alias name of receiver account.
occupation
string
Occupation of receiver account holder.
homedialcode
string
Home Dialcode of receiver account holder.
homephone
string
Homephone of receiver account holder.
abn
string
ABN of receiver account.
acn
string
ACN of receiver account.
nzbn
string
NZBN of receiver account.
* is mandatory parameter
Example body request
Response
Last updated