Home / Issuing / Generate Reports
This report lets subscribers monitor their negative balances.
ReportType enum: NEGATIVE_ACCOUNT_BALANCE
| Field Name | Data Type | Description |
|---|---|---|
| program_name | String | Name of the card program associated with the account |
| product_name | String | Name of the card product associated with the account |
| financial_account_id | String | Unique identifier for the financial account |
| account_type_code | String | Code indicating the type of account (e.g., 'C0' for credit accounts, 'OG' for organization accounts) |
| account_status | String | Current status of the account |
| balance_amount | String | Current negative balance amount in the account |
| turn_to_negative_date | String | Timestamp when the account first turned negative |
| latest_update_date | String | Timestamp of the most recent balance update for this account |
| aging_days | String | Number of days the account has had a negative balance (current timestamp minus turn_to_negative_date) |