Available
Multi-account credit card statement schema
Generated multi-account statement fields and the source-backed extraction retry behavior.
Updated 2026-07-28
Use typeId: 5 for a statement that can contain multiple card accounts. Its processed_data value is an array, with statement metadata and transactions inside each account object.
Missing template fields are returned as null at scalar leaves; missing arrays and objects are normalized to empty containers.
With line items
| Field | Type | Template | Description |
|---|---|---|---|
processed_data[].lineitems[].amount_inr | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].date | string (ISO 8601 date format) yyyy-mm-dd or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].intl_amount | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].intl_amount_currency | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].reward_points | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].ser_no | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].transaction_details | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.account_number | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.account_status | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.bank_name | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.card_holder_address | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.card_holder_name | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.card_number | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.cc_type | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.available_cash | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.available_credit | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.cash_limit | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.credit_limit | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.due_date | string (ISO 8601 date format) yyyy-mm-dd or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.name | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_date | string (ISO 8601 date format) yyyy-mm-dd or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_number | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_summary.minimum_amount_due | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_summary.total_amount_due | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.total | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.type | Credit Card Statement | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.user_id | string or null | Returned | Generated from the current multi-account statement template. |
Without line items
| Field | Type | Template | Description |
|---|---|---|---|
processed_data[].lineitems[].amount_inr | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].date | string (ISO 8601 date format) yyyy-mm-dd or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].intl_amount | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].intl_amount_currency | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].reward_points | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].ser_no | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].lineitems[].transaction_details | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.account_number | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.account_status | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.bank_name | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.card_holder_address | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.card_holder_name | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.card_number | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.cc_type | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.available_cash | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.available_credit | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.cash_limit | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.credit_summary.credit_limit | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.due_date | string (ISO 8601 date format) yyyy-mm-dd or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.name | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_date | string (ISO 8601 date format) yyyy-mm-dd or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_number | string or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_summary.minimum_amount_due | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.statement_summary.total_amount_due | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.total | number or null | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.type | Credit Card Statement | Returned | Generated from the current multi-account statement template. |
processed_data[].summary_data.user_id | string or null | Returned | Generated from the current multi-account statement template. |