Webhooks
Account Notifications
Account Webhook Structure Data Type: JSON
The webhook payload is delivered in JSON format, a structured data format commonly used for APIs. Each payload includes:
Variable
Type
Description
event
String
The event will following current progress of this account.
bsb
String
BSB number for this account.
account_number
String
Account number for this account.
receiver_id
String
Unique ID of the updated account owner.
receiver_account_id
String
Unique ID of the updated account.
status
String
Status of the current account.
confirm_status
String
Confirm status of the current account from receiver.
timestamp
Integer
Unix timestamp of the event.
Account Notification Event
accountCreated
Indicates that a new account has been successfully created.
accountUpdate
Indicates that an existing account has been updated.
Account Notification Status
unconfirmed
Receiver has not yet confirmed the bank details sent for payout via email/ SMS.
confirmed
Receiver has confirmed the bank details sent for payout via email or SMS.
Example
Last updated