/processor/transactions/recurring/getGet recurring transaction streams
Returns recurring inflow and outflow transaction streams for a processor token. Call it after the processor token has been initialized with Transactions and historical transactions have been fetched, then call it again to retrieve later stream updates. The response includes stream details such as categories, merchants, amounts, dates, frequencies, and activity status.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Request parameters for retrieving recurring transaction streams from a processor token.
processor_token is required and must use the processor-<environment>-<identifier> format. If supplied, options must not be null, and personal_finance_category_version must be v1 or v2. Initialize the processor token with Transactions and fetch its historical transactions before requesting recurring streams.