---
title: "Changes to Fetch recurring transaction streams"
method: POST
path: "/transactions/recurring/get"
---

# Changes to Fetch recurring transaction streams

`POST /transactions/recurring/get`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 14 of 52 revisions.

- **2026-07-22** `a1bbca018160` — 13 warning
- **2026-06-25** `80d23bfdc2e5` — 1 warning
- **2026-06-10** `fb8c3f188d8b` — 1 warning
- **2025-12-11** `465584b48c99` — 1 breaking, 6 warning, 4 info
- **2025-11-19** `4abee1c56929` — 1 info
- **2025-11-12** `f8b9f1a85767` — 2 warning
- **2025-10-22** `af4b6e71d87f` — 1 warning
- **2025-09-02** `af95b7b9aa93` — 4 info
- **2025-05-19** `02e6d58e95e9` — 4 breaking
- **2025-03-26** `09cbc8444913` — 2 warning, 4 info
- **2024-10-09** `36052f62cce1` — 2 info
- **2024-09-04** `a2c34406c317` — 5 warning, 1 info
- **2024-03-11** `ec7541420dd2` — 1 info
- **2024-02-21** `5de70cc1e6ca` — 1 breaking, 9 warning, 15 info

## Changes

- **2026-07-22** `a1bbca018160` — 13 warning
  - added the new `ASSETS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CRA_MONITORING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CREDIT_PROFILE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENCOMPASS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENRICH_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `FRAUD_INSIGHTS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `FREDDIE_MAC_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `LINK_DELIVERY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `PROFILE_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `RECURRING_TRANSACTIONS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `STATEMENTS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_RECURRING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_REFUND_ERROR` enum value to the `error_type` response property for the response status `default`
- **2026-06-25** `80d23bfdc2e5` — 1 warning
  - added the new `IDEMPOTENCY_ERROR` enum value to the `error_type` response property for the response status `default`
- **2026-06-10** `fb8c3f188d8b` — 1 warning
  - added the new `BASE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
- **2025-12-11** `465584b48c99` — 1 breaking, 6 warning, 4 info
  - request property `options/personal_finance_category_version` was restricted to a list of enum values
  - added the new `v1` enum value to the `inflow_streams/items/personal_finance_category/version` response property for the response status `200`
  - added the new `v1` enum value to the `outflow_streams/items/personal_finance_category/version` response property for the response status `200`
  - added the new `v1` enum value to the `personal_finance_category_version` response property for the response status `200`
  - added the new `v2` enum value to the `inflow_streams/items/personal_finance_category/version` response property for the response status `200`
  - added the new `v2` enum value to the `outflow_streams/items/personal_finance_category/version` response property for the response status `200`
  - added the new `v2` enum value to the `personal_finance_category_version` response property for the response status `200`
  - added the new `v1` enum value to the request property `options/personal_finance_category_version`
  - added the new `v2` enum value to the request property `options/personal_finance_category_version`
  - added the optional property `provided_account_subtypes` to the response with the `default` status
  - added the optional property `required_account_subtypes` to the response with the `default` status
- **2025-11-19** `4abee1c56929` — 1 info
  - removed the `IDENTITY_ERROR` enum value from the `error_type` response property for the response status `default`
- **2025-11-12** `f8b9f1a85767` — 2 warning
  - added the new `IDENTITY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `USER_ERROR` enum value to the `error_type` response property for the response status `default`
- **2025-10-22** `af4b6e71d87f` — 1 warning
  - added the new `SIGNAL_ERROR` enum value to the `error_type` response property for the response status `default`
- **2025-09-02** `af95b7b9aa93` — 4 info
  - added the new optional request property `options/personal_finance_category_version`
  - added the optional property `inflow_streams/items/personal_finance_category/version` to the response with the `200` status
  - added the optional property `outflow_streams/items/personal_finance_category/version` to the response with the `200` status
  - added the optional property `personal_finance_category_version` to the response with the `200` status
- **2025-05-19** `02e6d58e95e9` — 4 breaking
  - the response property `inflow_streams/items/category` became nullable for the status `200`
  - the response property `inflow_streams/items/category_id` became nullable for the status `200`
  - the response property `outflow_streams/items/category` became nullable for the status `200`
  - the response property `outflow_streams/items/category_id` became nullable for the status `200`
- **2025-03-26** `09cbc8444913` — 2 warning, 4 info
  - added the new `CHECK_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CONSUMER_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - response property `inflow_streams/items/is_user_modified` deprecated
  - response property `inflow_streams/items/last_user_modified_datetime` deprecated
  - response property `outflow_streams/items/is_user_modified` deprecated
  - response property `outflow_streams/items/last_user_modified_datetime` deprecated
- **2024-10-09** `36052f62cce1` — 2 info
  - added the optional property `inflow_streams/items/predicted_next_date` to the response with the `200` status
  - added the optional property `outflow_streams/items/predicted_next_date` to the response with the `200` status
- **2024-09-04** `a2c34406c317` — 5 warning, 1 info
  - added the new `PARTNER_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `SANDBOX_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSACTIONS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSACTION_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the optional property `error_code_reason` to the response with the `default` status
- **2024-03-11** `ec7541420dd2` — 1 info
  - the request property `account_ids` became optional
- **2024-02-21** `5de70cc1e6ca` — 1 breaking, 9 warning, 15 info
  - the request property `account_ids` became required
  - removed the request property `options/personal_finance_category_version`
  - removed the optional property `error_code_reason` from the response with the `default` status
  - removed the optional property `inflow_streams/items/personal_finance_category/version` from the response with the `200` status
  - removed the optional property `inflow_streams/items/predicted_next_date` from the response with the `200` status
  - removed the optional property `outflow_streams/items/personal_finance_category/version` from the response with the `200` status
  - removed the optional property `outflow_streams/items/predicted_next_date` from the response with the `200` status
  - removed the optional property `personal_finance_category_version` from the response with the `200` status
  - removed the optional property `provided_account_subtypes` from the response with the `default` status
  - removed the optional property `required_account_subtypes` from the response with the `default` status
  - removed the `BASE_REPORT_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `CHECK_REPORT_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `CONSUMER_REPORT_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `IDEMPOTENCY_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `PARTNER_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `SANDBOX_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `SIGNAL_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `TRANSACTIONS_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `TRANSACTION_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `TRANSFER_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `USER_ERROR` enum value from the `error_type` response property for the response status `default`
  - response property `inflow_streams/items/is_user_modified` reactivated
  - response property `inflow_streams/items/last_user_modified_datetime` reactivated
  - response property `outflow_streams/items/is_user_modified` reactivated
  - response property `outflow_streams/items/last_user_modified_datetime` reactivated

---

[Operation](https://skmtc.dev/plaid/apis/the-plaid-api/docs/transactions/recurring/get/post.md) · [API](https://skmtc.dev/plaid/apis/the-plaid-api.md) · [Page](https://skmtc.dev/plaid/apis/the-plaid-api/changes/transactions/recurring/get/post)
