Skip to main content
The Recurring Transactions response separates recurring transactions into inflows (income) and outflows (expenses), with details about frequency, amounts, and status.

Query parameters

ParameterTypeDefaultDescription
statusstringactiveFilter by recurring status: active, inactive, or irregular. The default active hides inactive and irregular series, so pass an explicit value to include them.

Inflow attributes

AttributeTypeDescription
source_idstringUnique identifier of the income source
source_namestringName of the income source (e.g. employer name)
account_idstringID of the associated account
descriptionstringTransaction description
frequencystringPayment frequency (WEEKLY, BIWEEKLY, MONTHLY, etc.)
average_amountstringAverage payment amount
median_amountstringMedian payment amount
last_amountstringMost recent payment amount
logo_urlstringLogo URL for the source
statusstringactive, inactive, or irregular
income_typestringType of income (e.g. salary)
first_detectedstringDate first detected (YYYY-MM-DD)
last_transaction_datestringDate of most recent transaction
next_expected_datestringPredicted next payment date
historical_transactionsarray of objectsPast transactions for this source

Outflow attributes

AttributeTypeDescription
source_idstringUnique identifier of the expense source
source_namestringName of the merchant or service
account_idstringID of the associated account
categoriesarray of stringsAssigned categories
descriptionstringTransaction description
merchant_category_codestringISO 18245 category code
frequencystringPayment frequency
statusstringactive, inactive, or irregular
average_amountstringAverage payment amount
median_amountstringMedian payment amount
last_amountstringMost recent payment amount
logo_urlstringLogo URL for the merchant
first_detectedstringDate first detected (YYYY-MM-DD)
last_transaction_datestringDate of most recent transaction
next_expected_datestringPredicted next payment date
historical_transactionsarray of objectsPast transactions for this source

Endpoints


Example response