Add Receiver Account (v.1)
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.
bsb
*
string
BSB of receiver account.
account_number
*
string
Account number of receiver account.
account_type
*
string
Account Type of receiver account. 'I' is Individual and 'B' is Business
* is mandatory parameter
Example body request
Response
Last updated