Direct Entry
Create a new receiver account for receiver
Create a New Direct Entry Receiver Account
POST /api/receiver-account/aud/direct-entry
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.
* is mandatory parameter
Example body request
{
"receiver_id": "a2bb66db-7067-44a2-8067-1393b682bc75",
"bsb": "012002",
"account_number": "111136"
}Response
Last updated

