Add AU Bank Account
Create a new receiver account for receiver
Create a New Receiver Account
POST
/api/receiveraccount
Headers
Name | Value |
---|---|
|
|
|
|
Body
Name | Type | Description |
---|---|---|
| string | Receiver ID of receiver account. |
| string | Account Type of receiver account. 'I' is 'Individual' and 'B' is Business |
| string | BSB of receiver account. |
| string | Account number of receiver account. |
| string | Alias name of receiver account. |
| string | Occupation of receiver account holder. |
| string | Home Dialcode of receiver account holder. |
| string | Homephone of receiver account holder. |
| string | ABN of receiver account. |
| string | ACN of receiver account. |
| string | NZBN of receiver account. |
* is mandatory parameter
Example body request
Response
Last updated