The Recurring Transactions response separates recurring transactions into inflows (income) and outflows (expenses), with details about frequency, amounts, and status.Documentation Index
Fetch the complete documentation index at: https://help.mytruv.com/llms.txt
Use this file to discover all available pages before exploring further.
Inflow attributes
| Attribute | Type | Description |
|---|---|---|
| source_id | string | Unique identifier of the income source |
| source_name | string | Name of the income source (e.g. employer name) |
| account_id | string | ID of the associated account |
| description | string | Transaction description |
| frequency | string | Payment frequency (WEEKLY, BIWEEKLY, MONTHLY, etc.) |
| average_amount | string | Average payment amount |
| median_amount | string | Median payment amount |
| last_amount | string | Most recent payment amount |
| logo_url | string | Logo URL for the source |
| status | string | active, inactive, or irregular |
| income_type | string | Type of income (e.g. salary) |
| first_detected | string | Date first detected (YYYY-MM-DD) |
| last_transaction_date | string | Date of most recent transaction |
| next_expected_date | string | Predicted next payment date |
| historical_transactions | array of objects | Past transactions for this source |
Outflow attributes
| Attribute | Type | Description |
|---|---|---|
| source_id | string | Unique identifier of the expense source |
| source_name | string | Name of the merchant or service |
| account_id | string | ID of the associated account |
| categories | array of strings | Assigned categories |
| description | string | Transaction description |
| merchant_category_code | string | ISO 18245 category code |
| frequency | string | Payment frequency |
| status | string | active, inactive, or irregular |
| average_amount | string | Average payment amount |
| median_amount | string | Median payment amount |
| last_amount | string | Most recent payment amount |
| logo_url | string | Logo URL for the merchant |
| first_detected | string | Date first detected (YYYY-MM-DD) |
| last_transaction_date | string | Date of most recent transaction |
| next_expected_date | string | Predicted next payment date |
| historical_transactions | array of objects | Past transactions for this source |