Bank Accounts

The Bank Account Object

Bank Accounts in Audata represent a payee’s bank account where a Payment for a cash prize should be deposited. Listeners are prompted to create and save their Bank Account details the first time they win a cash prize. They can optionally choose to save their bank account details for future prizes.

ValueTypeDescription
idintegerThe ID for the record
listener_idintegerThe ID of the Listener who the payment is for
account_namestringThe name of the bank account
institutionstringAustralia only - a 3 letter string representing the institution of the account
locationstringThe city, suburb, or location of the bank account
bsbstringThe BSB number in Australia, Sort Code in the United Kingdom, or other routing code
numberstringThe account number
created_atstringThe time the record was created as a ISO 8601 string
updated_atstringThe last time the record was last updated as a ISO 8601 string.
uuidstringThe UUID of the record

📘

HOW LONG ARE BANK ACCOUNTS STORED?

When winners do not choose to save their bank account details, the account details are deleted 30 days of the payment being processed, to a maximum of 90 days after the details were provided.

Where winners opt to store their bank account details, they are not stored indefinitely, but will be saved for a period that can be customised by each organisation.

Once deleted or obfuscated, bank account information can not be retrieved either from inside the application or by the API.