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
uuidstringThe ID for the record
listener_uuidstringThe ID of the Listener who the payment is for
payments_defaultbooleanSignifies if the account will be used as default for all payments
station_uuidstringthe ID of the Station the payment belongs to
retainbooleanSignifies if the bank account will be saved for the listener
typestringThe type of bank account the record is
delete_atstringThe time the record will be deleted as a ISO 8601 string
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.