plaid

List e-wallet transactions

This endpoint lists the latest transactions of the specified e-wallet. Transactions are returned in descending order by the created_at time.

post/wallet/transaction/list

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

wallet_idstring required

The ID of the e-wallet to fetch transactions from

cursorstring

A value representing the latest transaction to be included in the response. Set this from next_cursor received in the previous /wallet/transaction/list request. If provided, the response will only contain that transaction and transactions created before it. If omitted, the response will contain transactions starting from the most recent, and in descending order by the created_at time.

countinteger

The number of transactions to fetch

Response

OK

next_cursorstring

The value that, when used as the optional cursor parameter to /wallet/transaction/list, will return the corresponding transaction as its first entry.

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Changes

Changed in 13 of the 52 revisions of this API.4214

    • added the new TRANSFER_OUT enum value to the transactions/items/type response property for the response status 200

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new ASSETS_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new ASSETS_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new CRA_MONITORING_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new CRA_MONITORING_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new CREDIT_PROFILE_REPORT_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new CREDIT_PROFILE_REPORT_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new ENCOMPASS_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new ENCOMPASS_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new ENRICH_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new ENRICH_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new FRAUD_INSIGHTS_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new FRAUD_INSIGHTS_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new FREDDIE_MAC_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new FREDDIE_MAC_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new LINK_DELIVERY_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new LINK_DELIVERY_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new PROFILE_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new PROFILE_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new RECURRING_TRANSACTIONS_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new RECURRING_TRANSACTIONS_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new STATEMENTS_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new STATEMENTS_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new TRANSFER_RECURRING_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new TRANSFER_RECURRING_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new TRANSFER_REFUND_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new TRANSFER_REFUND_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new IDEMPOTENCY_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new IDEMPOTENCY_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new ACCOUNT_FUNDING enum value to the transactions/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new ACCOUNT_INVALID enum value to the transactions/items/failure_reason response property for the response status 200

      response-property-enum-value-added

    • added the new AUTHENTICATION_FAILED enum value to the transactions/items/failure_reason response property for the response status 200

      response-property-enum-value-added

    • added the new AUTO_REFUND enum value to the transactions/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new BASE_REPORT_ERROR enum value to the error_type response property for the response status default

      response-property-enum-value-added

    • added the new BASE_REPORT_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property transactions/items/payee_verification_status to the response with the 200 status

      response-optional-property-added

    • added the optional property provided_account_subtypes to the response with the default status

      response-optional-property-added

    • added the optional property required_account_subtypes to the response with the default status

      response-optional-property-added

    • added the optional property transactions/items/error/provided_account_subtypes to the response with the 200 status

      response-optional-property-added

    • added the optional property transactions/items/error/required_account_subtypes to the response with the 200 status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the IDENTITY_ERROR enum value from the error_type response property for the response status default

      response-property-enum-value-removed

    • removed the IDENTITY_ERROR enum value from the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-removed

    • added the new IDENTITY_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the new USER_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new SIGNAL_ERROR enum value to the transactions/items/error/error_type response property for the response status 200

      response-property-enum-value-added

    • added the optional property transactions/items/error to the response with the 200 status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog