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.
Value | Type | Description |
---|---|---|
id | integer | The ID for the record |
listener_id | integer | The ID of the Listener who the payment is for |
account_name | string | The name of the bank account |
institution | string | Australia only - a 3 letter string representing the institution of the account |
location | string | The city, suburb, or location of the bank account |
bsb | string | The BSB number in Australia, Sort Code in the United Kingdom, or other routing code |
number | string | The account number |
created_at | string | The time the record was created as a ISO 8601 string |
updated_at | string | The last time the record was last updated as a ISO 8601 string. |
uuid | string | The 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.