---
title: "Changes to List e-wallet transactions"
method: POST
path: "/wallet/transaction/list"
---

# Changes to List e-wallet transactions

`POST /wallet/transaction/list`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 52 revisions.

- **2026-08-17** `e536704a333f` — 1 warning
- **2026-07-22** `a1bbca018160` — 26 warning
- **2026-06-25** `80d23bfdc2e5` — 2 warning
- **2026-06-10** `fb8c3f188d8b` — 6 warning
- **2026-02-17** `cd6c86bfb523` — 1 info
- **2025-12-11** `465584b48c99` — 4 info
- **2025-11-19** `4abee1c56929` — 2 info
- **2025-11-12** `f8b9f1a85767` — 2 warning
- **2025-10-22** `af4b6e71d87f` — 1 warning
- **2025-07-16** `bb819dcb75b3` — 1 info
- **2024-09-04** `a2c34406c317` — 1 info
- **2024-06-18** `be701ec93161` — 1 warning
- **2024-02-21** `5de70cc1e6ca` — 3 warning, 5 info

## Changes

- **2026-08-17** `e536704a333f` — 1 warning
  - added the new `TRANSFER_OUT` enum value to the `transactions/items/type` response property for the response status `200`
- **2026-07-22** `a1bbca018160` — 26 warning
  - added the new `ASSETS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ASSETS_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `CRA_MONITORING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CRA_MONITORING_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `CREDIT_PROFILE_REPORT_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 `transactions/items/error/error_type` response property for the response status `200`
  - added the new `ENCOMPASS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENCOMPASS_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `ENRICH_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENRICH_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `FRAUD_INSIGHTS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `FRAUD_INSIGHTS_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `FREDDIE_MAC_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `FREDDIE_MAC_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `LINK_DELIVERY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `LINK_DELIVERY_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `PROFILE_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `PROFILE_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `RECURRING_TRANSACTIONS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `RECURRING_TRANSACTIONS_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `STATEMENTS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `STATEMENTS_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `TRANSFER_RECURRING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_RECURRING_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `TRANSFER_REFUND_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `TRANSFER_REFUND_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
- **2026-06-25** `80d23bfdc2e5` — 2 warning
  - added the new `IDEMPOTENCY_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `IDEMPOTENCY_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
- **2026-06-10** `fb8c3f188d8b` — 6 warning
  - added the new `ACCOUNT_FUNDING` enum value to the `transactions/items/type` response property for the response status `200`
  - added the new `ACCOUNT_INVALID` enum value to the `transactions/items/failure_reason` response property for the response status `200`
  - added the new `AUTHENTICATION_FAILED` enum value to the `transactions/items/failure_reason` response property for the response status `200`
  - added the new `AUTO_REFUND` enum value to the `transactions/items/type` response property for the response status `200`
  - added the new `BASE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `BASE_REPORT_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
- **2026-02-17** `cd6c86bfb523` — 1 info
  - added the optional property `transactions/items/payee_verification_status` to the response with the `200` status
- **2025-12-11** `465584b48c99` — 4 info
  - 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
  - added the optional property `transactions/items/error/provided_account_subtypes` to the response with the `200` status
  - added the optional property `transactions/items/error/required_account_subtypes` to the response with the `200` status
- **2025-11-19** `4abee1c56929` — 2 info
  - removed the `IDENTITY_ERROR` enum value from the `error_type` response property for the response status `default`
  - removed the `IDENTITY_ERROR` enum value from the `transactions/items/error/error_type` response property for the response status `200`
- **2025-11-12** `f8b9f1a85767` — 2 warning
  - added the new `IDENTITY_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
  - added the new `USER_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
- **2025-10-22** `af4b6e71d87f` — 1 warning
  - added the new `SIGNAL_ERROR` enum value to the `transactions/items/error/error_type` response property for the response status `200`
- **2025-07-16** `bb819dcb75b3` — 1 info
  - added the optional property `transactions/items/error` to the response with the `200` status
- **2024-09-04** `a2c34406c317` — 1 info
  - added the optional property `transactions/items/related_transactions` to the response with the `200` status
- **2024-06-18** `be701ec93161` — 1 warning
  - added the new `RECALL` enum value to the `transactions/items/type` response property for the response status `200`
- **2024-02-21** `5de70cc1e6ca` — 3 warning, 5 info
  - removed the optional property `transactions/items/error` from the response with the `200` status
  - removed the optional property `transactions/items/payee_verification_status` from the response with the `200` status
  - removed the optional property `transactions/items/related_transactions` from the response with the `200` status
  - removed the `ACCOUNT_FUNDING` enum value from the `transactions/items/type` response property for the response status `200`
  - removed the `ACCOUNT_INVALID` enum value from the `transactions/items/failure_reason` response property for the response status `200`
  - removed the `AUTHENTICATION_FAILED` enum value from the `transactions/items/failure_reason` response property for the response status `200`
  - removed the `AUTO_REFUND` enum value from the `transactions/items/type` response property for the response status `200`
  - removed the `RECALL` enum value from the `transactions/items/type` response property for the response status `200`

---

[Operation](https://skmtc.dev/plaid/apis/the-plaid-api/docs/wallet/transaction/list/post.md) · [API](https://skmtc.dev/plaid/apis/the-plaid-api.md) · [Page](https://skmtc.dev/plaid/apis/the-plaid-api/changes/wallet/transaction/list/post)
