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 |
|---|---|---|
| uuid | string | The ID for the record |
| listener_uuid | string | The ID of the Listener who the payment is for |
| payments_default | boolean | Signifies if the account will be used as default for all payments |
| station_uuid | string | the ID of the Station the payment belongs to |
| retain | boolean | Signifies if the bank account will be saved for the listener |
| type | string | The type of bank account the record is |
| delete_at | string | The time the record will be deleted as a ISO 8601 string |
| 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.
