integrations.sh
← all integrations

The Plaid API

OpenAPI apis-guru financial

The Plaid REST API. Please see for more details.

Homepage
https://api.apis.guru/v2/specs/plaid.com/2020-09-14_1.334.0.json
Provider
plaid.com
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/plaid.com/2020-09-14_1.334.0/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/plaid.com/2020-09-14_1.334.0/openapi.yaml

Tools (200)

Extracted live via the executor SDK.

  • plaid.accountsBalanceGet

    The /accounts/balance/get endpoint returns the real-time balance for each of an Item's accounts. While other endpoints may return a balance object, only /accounts/balance/get forces the available and current balance fields to be refreshed rather than cached. This endpoint can be used for existing Items that were added via any of Plaid’s other products. This endpoint can be used as long as Link has been initialized with any other product, balance itself is not a product that can be used to initialize Link. As this endpoint triggers a synchronous request for fresh data, latency may be higher than for other Plaid endpoints; if you encounter errors, you may find it necessary to adjust your timeout period when making requests.

  • plaid.accountsGet

    The /accounts/get endpoint can be used to retrieve a list of accounts associated with any linked Item. Plaid will only return active bank accounts — that is, accounts that are not closed and are capable of carrying a balance. For items that went through the updated account selection pane, this endpoint only returns accounts that were permissioned by the user when they initially created the Item. If a user creates a new account after the initial link, you can capture this event through the webhook and then use Link's to request that the user share this new account with you.

    This endpoint retrieves cached information, rather than extracting fresh information from the institution. As a result, balances returned may not be up-to-date; for realtime balance information, use /accounts/balance/get instead. Note that some information is nullable.

  • plaid.applicationGet

    Allows financial institutions to retrieve information about Plaid clients for the purpose of building control-tower experiences

  • plaid.assetReportAuditCopyCreate

    Plaid can provide an Audit Copy of any Asset Report directly to a participating third party on your behalf. For example, Plaid can supply an Audit Copy directly to Fannie Mae on your behalf if you participate in the Day 1 Certainty™ program. An Audit Copy contains the same underlying data as the Asset Report.

    To grant access to an Audit Copy, use the /asset_report/audit_copy/create endpoint to create an audit_copy_token and then pass that token to the third party who needs access. Each third party has its own auditor_id, for example fannie_mae. You’ll need to create a separate Audit Copy for each third party to whom you want to grant access to the Report.

  • plaid.assetReportAuditCopyGet

    /asset_report/audit_copy/get allows auditors to get a copy of an Asset Report that was previously shared via the /asset_report/audit_copy/create endpoint. The caller of /asset_report/audit_copy/create must provide the audit_copy_token to the auditor. This token can then be used to call /asset_report/audit_copy/create.

  • plaid.assetReportAuditCopyRemove

    The /asset_report/audit_copy/remove endpoint allows you to remove an Audit Copy. Removing an Audit Copy invalidates the audit_copy_token associated with it, meaning both you and any third parties holding the token will no longer be able to use it to access Report data. Items associated with the Asset Report, the Asset Report itself and other Audit Copies of it are not affected and will remain accessible after removing the given Audit Copy.

  • plaid.assetReportCreate

    The /asset_report/create endpoint initiates the process of creating an Asset Report, which can then be retrieved by passing the asset_report_token return value to the /asset_report/get or /asset_report/pdf/get endpoints.

    The Asset Report takes some time to be created and is not available immediately after calling /asset_report/create. When the Asset Report is ready to be retrieved using /asset_report/get or /asset_report/pdf/get, Plaid will fire a PRODUCT_READY webhook. For full details of the webhook schema, see .

    The /asset_report/create endpoint creates an Asset Report at a moment in time. Asset Reports are immutable. To get an updated Asset Report, use the /asset_report/refresh endpoint.

  • plaid.assetReportFilter

    By default, an Asset Report will contain all of the accounts on a given Item. In some cases, you may not want the Asset Report to contain all accounts. For example, you might have the end user choose which accounts are relevant in Link using the Account Select view, which you can enable in the dashboard. Or, you might always exclude certain account types or subtypes, which you can identify by using the /accounts/get endpoint. To narrow an Asset Report to only a subset of accounts, use the /asset_report/filter endpoint.

    To exclude certain Accounts from an Asset Report, first use the /asset_report/create endpoint to create the report, then send the asset_report_token along with a list of account_ids to exclude to the /asset_report/filter endpoint, to create a new Asset Report which contains only a subset of the original Asset Report's data.

    Because Asset Reports are immutable, calling /asset_report/filter does not alter the original Asset Report in any way; rather, /asset_report/filter creates a new Asset Report with a new token and id. Asset Reports created via /asset_report/filter do not contain new Asset data, and are not billed.

    Plaid will fire a webhook once generation of the filtered Asset Report has completed.

  • plaid.assetReportGet

    The /asset_report/get endpoint retrieves the Asset Report in JSON format. Before calling /asset_report/get, you must first create the Asset Report using /asset_report/create (or filter an Asset Report using /asset_report/filter) and then wait for the webhook to fire, indicating that the Report is ready to be retrieved.

    By default, an Asset Report includes transaction descriptions as returned by the bank, as opposed to parsed and categorized by Plaid. You can also receive cleaned and categorized transactions, as well as additional insights like merchant name or location information. We call this an Asset Report with Insights. An Asset Report with Insights provides transaction category, location, and merchant information in addition to the transaction strings provided in a standard Asset Report.

    To retrieve an Asset Report with Insights, call the /asset_report/get endpoint with include_insights set to true.

  • plaid.assetReportPdfGet

    The /asset_report/pdf/get endpoint retrieves the Asset Report in PDF format. Before calling /asset_report/pdf/get, you must first create the Asset Report using /asset_report/create (or filter an Asset Report using /asset_report/filter) and then wait for the webhook to fire, indicating that the Report is ready to be retrieved.

    The response to /asset_report/pdf/get is the PDF binary data. The request_id is returned in the Plaid-Request-ID header.

    .

  • plaid.assetReportRefresh

    An Asset Report is an immutable snapshot of a user's assets. In order to "refresh" an Asset Report you created previously, you can use the /asset_report/refresh endpoint to create a new Asset Report based on the old one, but with the most recent data available.

    The new Asset Report will contain the same Items as the original Report, as well as the same filters applied by any call to /asset_report/filter. By default, the new Asset Report will also use the same parameters you submitted with your original /asset_report/create request, but the original days_requested value and the values of any parameters in the options object can be overridden with new values. To change these arguments, simply supply new values for them in your request to /asset_report/refresh. Submit an empty string ("") for any previously-populated fields you would like set as empty.

  • plaid.assetReportRemove

    The /item/remove endpoint allows you to invalidate an access_token, meaning you will not be able to create new Asset Reports with it. Removing an Item does not affect any Asset Reports or Audit Copies you have already created, which will remain accessible until you remove them specifically.

    The /asset_report/remove endpoint allows you to remove an Asset Report. Removing an Asset Report invalidates its asset_report_token, meaning you will no longer be able to use it to access Report data or create new Audit Copies. Removing an Asset Report does not affect the underlying Items, but does invalidate any audit_copy_tokens associated with the Asset Report.

  • plaid.authGet

    The /auth/get endpoint returns the bank account and bank identification numbers (such as routing numbers, for US accounts) associated with an Item's checking and savings accounts, along with high-level account data and balances when available.

    Note: This request may take some time to complete if auth was not specified as an initial product when creating the Item. This is because Plaid must communicate directly with the institution to retrieve the data.

    Versioning note: In API version 2017-03-08, the schema of the numbers object returned by this endpoint is substantially different. For details, see .

  • plaid.bankTransferBalanceGet

    Use the /bank_transfer/balance/get endpoint to see the available balance in your bank transfer account. Debit transfers increase this balance once their status is posted. Credit transfers decrease this balance when they are created.

    The transactable balance shows the amount in your account that you are able to use for transfers, and is essentially your available balance minus your minimum balance.

    Note that this endpoint can only be used with FBO accounts, when using Bank Transfers in the Full Service configuration. It cannot be used on your own account when using Bank Transfers in the BTS Platform configuration.

  • plaid.bankTransferCancel

    Use the /bank_transfer/cancel endpoint to cancel a bank transfer. A transfer is eligible for cancelation if the cancellable property returned by /bank_transfer/get is true.

  • plaid.bankTransferCreate

    Use the /bank_transfer/create endpoint to initiate a new bank transfer.

  • plaid.bankTransferEventList

    Use the /bank_transfer/event/list endpoint to get a list of Plaid-initiated ACH or bank transfer events based on specified filter criteria. When using Auth with micro-deposit verification enabled, this endpoint can be used to fetch status updates on ACH micro-deposits. For more details, see .

  • plaid.bankTransferEventSync

    /bank_transfer/event/sync allows you to request up to the next 25 Plaid-initiated bank transfer events that happened after a specific event_id. When using Auth with micro-deposit verification enabled, this endpoint can be used to fetch status updates on ACH micro-deposits. For more details, see .

  • plaid.bankTransferGet

    The /bank_transfer/get fetches information about the bank transfer corresponding to the given bank_transfer_id.

  • plaid.bankTransferList

    Use the /bank_transfer/list endpoint to see a list of all your bank transfers and their statuses. Results are paginated; use the count and offset query parameters to retrieve the desired bank transfers.

  • plaid.bankTransferMigrateAccount

    As an alternative to adding Items via Link, you can also use the /bank_transfer/migrate_account endpoint to migrate known account and routing numbers to Plaid Items. Note that Items created in this way are not compatible with endpoints for other products, such as /accounts/balance/get, and can only be used with Bank Transfer endpoints. If you require access to other endpoints, create the Item through Link instead. Access to /bank_transfer/migrate_account is not enabled by default; to obtain access, contact your Plaid Account Manager.

  • plaid.bankTransferSweepGet

    The /bank_transfer/sweep/get endpoint fetches information about the sweep corresponding to the given sweep_id.

  • plaid.bankTransferSweepList

    The /bank_transfer/sweep/list endpoint fetches information about the sweeps matching the given filters.

  • plaid.categoriesGet

    Send a request to the /categories/get endpoint to get detailed information on categories returned by Plaid. This endpoint does not require authentication.

  • plaid.createPaymentToken

    The /payment_initiation/payment/token/create endpoint has been deprecated. New Plaid customers will be unable to use this endpoint, and existing customers are encouraged to migrate to the newer, link_token-based flow. The recommended flow is to provide the payment_id to /link/token/create, which returns a link_token used to initialize Link.

    The /payment_initiation/payment/token/create is used to create a payment_token, which can then be used in Link initialization to enter a payment initiation flow. You can only use a payment_token once. If this attempt fails, the end user aborts the flow, or the token expires, you will need to create a new payment token. Creating a new payment token does not require end user input.

  • plaid.creditAssetReportFreddieMacGet

    The credit/asset_report/freddie_mac/get endpoint retrieves the Asset Report in Freddie Mac's JSON format.

  • plaid.creditAuditCopyTokenCreate

    Plaid can create an Audit Copy token of an Asset Report and/or Income Report to share with participating Government Sponsored Entity (GSE). If you participate in the Day 1 Certainty™ program, Plaid can supply an Audit Copy token directly to Fannie Mae on your behalf. An Audit Copy token contains the same underlying data as the Asset Report and/or Income Report (result of /credit/payroll_income/get).

    Use the /credit/audit_copy_token/create endpoint to create an audit_copy_token and then pass that token to the GSE who needs access.

  • plaid.creditAuditCopyTokenUpdate

    The /credit/audit_copy_token/update endpoint updates the Audit Copy Token by adding the report tokens in the report_tokens field to the audit_copy_token. If the Audit Copy Token already contains a report of a certain type, it will be replaced with the token provided in the report_tokens field.

  • plaid.creditBankEmploymentGet

    /credit/bank_employment/get returns the employment report(s) derived from bank transaction data for a specified user.

  • plaid.creditBankIncomeGet

    /credit/bank_income/get returns the bank income report(s) for a specified user.

  • plaid.creditBankIncomePdfGet

    /credit/bank_income/pdf/get returns the most recent bank income report for a specified user in PDF format.

  • plaid.creditBankIncomeRefresh

    /credit/bank_income/refresh refreshes the bank income report data for a specific user.

  • plaid.creditEmploymentGet

    /credit/employment/get returns a list of items with employment information from a user's payroll provider that was verified by an end user.

  • plaid.creditFreddieMacReportsGet

    The credit/asset_report/freddie_mac/get endpoint retrieves the Verification of Assets and Verification of Employment reports.

  • plaid.creditPayrollIncomeGet

    This endpoint gets payroll income information for a specific user, either as a result of the user connecting to their payroll provider or uploading a pay related document.

  • plaid.creditPayrollIncomePrecheck

    /credit/payroll_income/precheck is an optional endpoint that can be called before initializing a Link session for income verification. It evaluates whether a given user is supportable by digital income verification. If the user is eligible for digital verification, that information will be associated with the user token, and in this way will generate a Link UI optimized for the end user and their specific employer. If the user cannot be confirmed as eligible, the user can still use the income verification flow, but they may be required to manually upload a paystub to verify their income.

    While all request fields are optional, providing employer data will increase the chance of receiving a useful result.

    When testing in Sandbox, you can control the results by providing special test values in the employer and access_tokens fields. employer_good and employer_bad will result in HIGH and LOW confidence values, respectively. employer_multi will result in a HIGH confidence with multiple payroll options. Likewise, access_good and access_bad will result in HIGH and LOW confidence values, respectively. Any other value for employer and access_tokens in Sandbox will result in UNKNOWN confidence.

  • plaid.creditPayrollIncomeRefresh

    /credit/payroll_income/refresh refreshes a given digital payroll income verification.

  • plaid.creditRelayCreate

    Plaid can share an Asset Report directly with a participating third party on your behalf. The shared Asset Report is the exact same Asset Report originally created in /asset_report/create.

    To grant a third party access to an Asset Report, use the /credit/relay/create endpoint to create a relay_token and then pass that token to your third party. Each third party has its own secondary_client_id; for example, ce5bd328dcd34123456. You'll need to create a separate relay_token for each third party that needs access to the report on your behalf.

  • plaid.creditRelayGet

    /credit/relay/get allows third parties to receive a report that was shared with them, using a relay_token that was created by the report owner.

  • plaid.creditRelayRefresh

    The /credit/relay/refresh endpoint allows third parties to refresh a report that was relayed to them, using a relay_token that was created by the report owner. A new report will be created with the original report parameters, but with the most recent data available based on the days_requested value of the original report.

  • plaid.creditRelayRemove

    The /credit/relay/remove endpoint allows you to invalidate a relay_token. The third party holding the token will no longer be able to access or refresh the reports which the relay_token gives access to. The original report, associated Items, and other relay tokens that provide access to the same report are not affected and will remain accessible after removing the given relay_token.

  • plaid.creditReportAuditCopyRemove

    The /credit/audit_copy_token/remove endpoint allows you to remove an Audit Copy. Removing an Audit Copy invalidates the audit_copy_token associated with it, meaning both you and any third parties holding the token will no longer be able to use it to access Report data. Items associated with the Report data and other Audit Copies of it are not affected and will remain accessible after removing the given Audit Copy.

  • plaid.creditSessionsGet

    This endpoint can be used for your end users after they complete the Link flow. This endpoint returns a list of Link sessions that your user completed, where each session includes the results from the Link flow.

    These results include details about the Item that was created and some product related metadata (showing, for example, whether the user finished the bank income verification step).

  • plaid.dashboardUserGet

    Retrieve information about a dashboard user.

  • plaid.dashboardUserList

    List all dashboard users associated with your account.

  • plaid.depositSwitchAltCreate

    This endpoint provides an alternative to /deposit_switch/create for customers who have not yet fully integrated with Plaid Exchange. Like /deposit_switch/create, it creates a deposit switch entity that will be persisted throughout the lifecycle of the switch.

  • plaid.depositSwitchCreate

    This endpoint creates a deposit switch entity that will be persisted throughout the lifecycle of the switch.

  • plaid.depositSwitchGet

    This endpoint returns information related to how the user has configured their payroll allocation and the state of the switch. You can use this information to build logic related to the user's direct deposit allocation preferences.

  • plaid.depositSwitchTokenCreate

    In order for the end user to take action, you will need to create a public token representing the deposit switch. This token is used to initialize Link. It can be used one time and expires after 30 minutes.

  • plaid.employersSearch

    /employers/search allows you the ability to search Plaid’s database of known employers, for use with Deposit Switch. You can use this endpoint to look up a user's employer in order to confirm that they are supported. Users with non-supported employers can then be routed out of the Deposit Switch flow.

    The data in the employer database is currently limited. As the Deposit Switch and Income products progress through their respective beta periods, more employers are being regularly added. Because the employer database is frequently updated, we recommend that you do not cache or store data from this endpoint for more than a day.

  • plaid.employmentVerificationGet

    /employment/verification/get returns a list of employments through a user payroll that was verified by an end user.

    This endpoint has been deprecated; new integrations should use /credit/employment/get instead.

  • plaid.fdxNotifications

    A generic webhook receiver endpoint for FDX Event Notifications

  • plaid.identityGet

    The /identity/get endpoint allows you to retrieve various account holder information on file with the financial institution, including names, emails, phone numbers, and addresses. Only name data is guaranteed to be returned; other fields will be empty arrays if not provided by the institution.

    This request may take some time to complete if identity was not specified as an initial product when creating the Item. This is because Plaid must communicate directly with the institution to retrieve the data.

    Note: In API versions 2018-05-22 and earlier, the owners object is not returned, and instead identity information is returned in the top level identity object. For more details, see .

  • plaid.identityMatch

    The /identity/match endpoint generates a match score, which indicates how well the provided identity data matches the identity information on file with the account holder's financial institution.

    This request may take some time to complete if Identity was not specified as an initial product when creating the Item. This is because Plaid must communicate directly with the institution to retrieve the data.

  • plaid.identityVerificationCreate

    Create a new Identity Verification for the user specified by the client_user_id field. The requirements and behavior of the verification are determined by the template_id provided. If you don't know whether the associated user already has an active Identity Verification, you can specify "is_idempotent": true in the request body. With idempotency enabled, a new Identity Verification will only be created if one does not already exist for the associated client_user_id and template_id. If an Identity Verification is found, it will be returned unmodified with an 200 OK HTTP status code.

  • plaid.identityVerificationGet

    Retrieve a previously created identity verification.

  • plaid.identityVerificationList

    Filter and list Identity Verifications created by your account

  • plaid.identityVerificationRetry

    Allow a customer to retry their identity verification

  • plaid.incomeVerificationCreate

    /income/verification/create begins the income verification process by returning an income_verification_id. You can then provide the income_verification_id to /link/token/create under the income_verification parameter in order to create a Link instance that will prompt the user to go through the income verification flow. Plaid will fire an INCOME webhook once the user completes the Payroll Income flow, or when the uploaded documents in the Document Income flow have finished processing.

  • plaid.incomeVerificationDocumentsDownload

    /income/verification/documents/download provides the ability to download the source documents associated with the verification.

    If Document Income was used, the documents will be those the user provided in Link. For Payroll Income, the most recent files available for download from the payroll provider will be available from this endpoint.

    The response to /income/verification/documents/download is a ZIP file in binary data. If a document_id is passed, a single document will be contained in this file. If not, the response will contain all documents associated with the verification.

    The request_id is returned in the Plaid-Request-ID header.

  • plaid.incomeVerificationPaystubsGet

    /income/verification/paystubs/get returns the information collected from the paystubs that were used to verify an end user's income. It can be called once the status of the verification has been set to VERIFICATION_STATUS_PROCESSING_COMPLETE, as reported by the INCOME: verification_status webhook. Attempting to call the endpoint before verification has been completed will result in an error.

    This endpoint has been deprecated; new integrations should use /credit/payroll_income/get instead.

  • plaid.incomeVerificationPrecheck

    /income/verification/precheck is an optional endpoint that can be called before initializing a Link session for income verification. It evaluates whether a given user is supportable by digital income verification and returns a precheck_id that can be provided to /link/token/create. If the user is eligible for digital verification, providing the precheck_id in this way will generate a Link UI optimized for the end user and their specific employer. If the user cannot be confirmed as eligible, the precheck_id can still be provided to /link/token/create and the user can still use the income verification flow, but they may be required to manually upload a paystub to verify their income.

    While all request fields are optional, providing either employer or transactions_access_tokens data will increase the chance of receiving a useful result.

    This endpoint has been deprecated; new integrations should use /credit/payroll_income/precheck instead.

  • plaid.incomeVerificationTaxformsGet

    /income/verification/taxforms/get returns the information collected from forms that were used to verify an end user''s income. It can be called once the status of the verification has been set to VERIFICATION_STATUS_PROCESSING_COMPLETE, as reported by the INCOME: verification_status webhook. Attempting to call the endpoint before verification has been completed will result in an error.

    This endpoint has been deprecated; new integrations should use /credit/payroll_income/get instead.

  • plaid.institutionsGet

    Returns a JSON response containing details on all financial institutions currently supported by Plaid. Because Plaid supports thousands of institutions, results are paginated.

    If there is no overlap between an institution’s enabled products and a client’s enabled products, then the institution will be filtered out from the response. As a result, the number of institutions returned may not match the count specified in the call.

  • plaid.institutionsGetById

    Returns a JSON response containing details on a specified financial institution currently supported by Plaid.

    Versioning note: API versions 2019-05-29 and earlier allow use of the public_key parameter instead of the client_id and secret to authenticate to this endpoint. The public_key has been deprecated; all customers are encouraged to use client_id and secret instead.

  • plaid.institutionsSearch

    Returns a JSON response containing details for institutions that match the query parameters, up to a maximum of ten institutions per query.

    Versioning note: API versions 2019-05-29 and earlier allow use of the public_key parameter instead of the client_id and secret parameters to authenticate to this endpoint. The public_key parameter has since been deprecated; all customers are encouraged to use client_id and secret instead.

  • plaid.investmentsHoldingsGet

    The /investments/holdings/get endpoint allows developers to receive user-authorized stock position data for investment-type accounts.

  • plaid.investmentsTransactionsGet

    The /investments/transactions/get endpoint allows developers to retrieve up to 24 months of user-authorized transaction data for investment accounts.

    Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift.

    Due to the potentially large number of investment transactions associated with an Item, results are paginated. Manipulate the count and offset parameters in conjunction with the total_investment_transactions response body field to fetch all available investment transactions.

    Note that Investments does not have a webhook to indicate when initial transaction data has loaded. Instead, if transactions data is not ready when /investments/transactions/get is first called, Plaid will wait for the data. For this reason, calling /investments/transactions/get immediately after Link may take up to one to two minutes to return.

  • plaid.itemAccessTokenInvalidate

    By default, the access_token associated with an Item does not expire and should be stored in a persistent, secure manner.

    You can use the /item/access_token/invalidate endpoint to rotate the access_token associated with an Item. The endpoint returns a new access_token and immediately invalidates the previous access_token.

  • plaid.itemActivityList

    List a historical log of user consent events

  • plaid.itemApplicationList

    List a user’s connected applications

  • plaid.itemApplicationScopesUpdate

    Enable consumers to update product access on selected accounts for an application.

  • plaid.itemCreatePublicToken

    Note: As of July 2020, the /item/public_token/create endpoint is deprecated. Instead, use /link/token/create with an access_token to create a Link token for use with .

    If you need your user to take action to restore or resolve an error associated with an Item, generate a public token with the /item/public_token/create endpoint and then initialize Link with that public_token.

    A public_token is one-time use and expires after 30 minutes. You use a public_token to initialize Link in for a particular Item. You can generate a public_token for an Item even if you did not use Link to create the Item originally.

    The /item/public_token/create endpoint is not used to create your initial public_token. If you have not already received an access_token for a specific Item, use Link to obtain your public_token instead. See the for more information.

  • plaid.itemGet

    Returns information about the status of an Item.

  • plaid.itemImport

    /item/import creates an Item via your Plaid Exchange Integration and returns an access_token. As part of an /item/import request, you will include a User ID (user_auth.user_id) and Authentication Token (user_auth.auth_token) that enable data aggregation through your Plaid Exchange API endpoints. These authentication principals are to be chosen by you.

    Upon creating an Item via /item/import, Plaid will automatically begin an extraction of that Item through the Plaid Exchange infrastructure you have already integrated. This will automatically generate the Plaid native account ID for the account the user will switch their direct deposit to (target_account_id).

  • plaid.itemPublicTokenExchange

    Exchange a Link public_token for an API access_token. Link hands off the public_token client-side via the onSuccess callback once a user has successfully created an Item. The public_token is ephemeral and expires after 30 minutes. An access_token does not expire, but can be revoked by calling /item/remove.

    The response also includes an item_id that should be stored with the access_token. The item_id is used to identify an Item in a webhook. The item_id can also be retrieved by making an /item/get request.

  • plaid.itemRemove

    The /item/remove endpoint allows you to remove an Item. Once removed, the access_token, as well as any processor tokens or bank account tokens associated with the Item, is no longer valid and cannot be used to access any data that was associated with the Item.

    Note that in the Development environment, issuing an /item/remove request will not decrement your live credential count. To increase your credential account in Development, contact Support.

    Also note that for certain OAuth-based institutions, an Item removed via /item/remove may still show as an active connection in the institution's OAuth permission manager.

    API versions 2019-05-29 and earlier return a removed boolean as part of the response.

  • plaid.itemWebhookUpdate

    The POST /item/webhook/update allows you to update the webhook URL associated with an Item. This request triggers a webhook to the newly specified webhook URL.

  • plaid.liabilitiesGet

    The /liabilities/get endpoint returns various details about an Item with loan or credit accounts. Liabilities data is available primarily for US financial institutions, with some limited coverage of Canadian institutions. Currently supported account types are account type credit with account subtype credit card or paypal, and account type loan with account subtype student or mortgage. To limit accounts listed in Link to types and subtypes supported by Liabilities, you can use the account_filters parameter when .

    The types of information returned by Liabilities can include balances and due dates, loan terms, and account details such as original loan amount and guarantor. Data is refreshed approximately once per day; the latest data can be retrieved by calling /liabilities/get.

    Note: This request may take some time to complete if liabilities was not specified as an initial product when creating the Item. This is because Plaid must communicate directly with the institution to retrieve the additional data.

  • plaid.linkDeliveryCreate

    Use the /link_delivery/create endpoint to create a Link Delivery session.

  • plaid.linkDeliveryGet

    Use the /link_delivery/get endpoint to get the status of a Link Delivery session.

  • plaid.linkOauthCorrelationIdExchange

    Exchange an OAuth link_correlation_id for the corresponding link_token. The link_correlation_id is only available for 'payment_initiation' products and is provided to the client via the OAuth redirect_uri as a query parameter. The link_correlation_id is ephemeral and expires in a brief period, after which it can no longer be exchanged for the 'link_token'.

  • plaid.linkTokenCreate

    The /link/token/create endpoint creates a link_token, which is required as a parameter when initializing Link. Once Link has been initialized, it returns a public_token, which can then be exchanged for an access_token via /item/public_token/exchange as part of the main Link flow.

    A link_token generated by /link/token/create is also used to initialize other Link flows, such as the update mode flow for tokens with expired credentials, or the Payment Initiation (Europe) flow.

  • plaid.linkTokenGet

    The /link/token/get endpoint gets information about a previously-created link_token using the /link/token/create endpoint. It can be useful for debugging purposes.

  • plaid.partnerCustomerCreate

    The /partner/customer/create endpoint is used by reseller partners to create end customers.

  • plaid.partnerCustomerEnable

    The /partner/customer/enable endpoint is used by reseller partners to enable an end customer in the Production environment.

  • plaid.partnerCustomerGet

    The /partner/customer/get endpoint is used by reseller partners to retrieve data about a single end customer.

  • plaid.partnerCustomerOauthInstitutionsGet

    The /partner/customer/oauth_institutions/get endpoint is used by reseller partners to retrieve OAuth-institution registration information about a single end customer. To learn how to set up a webhook to listen to status update events, visit the .

  • plaid.partnerCustomerRemove

    The /partner/customer/remove endpoint is used by reseller partners to remove an end customer. Removing an end customer will remove it from view in the Plaid Dashboard and deactivate its API keys. This endpoint can only be used to remove an end customer that has not yet been enabled in Production.

  • plaid.paymentInitiationConsentCreate

    The /payment_initiation/consent/create endpoint is used to create a payment consent, which can be used to initiate payments on behalf of the user. Payment consents are created with UNAUTHORISED status by default and must be authorised by the user before payments can be initiated.

    Consents can be limited in time and scope, and have constraints that describe limitations for payments.

  • plaid.paymentInitiationConsentGet

    The /payment_initiation/consent/get endpoint can be used to check the status of a payment consent, as well as to receive basic information such as recipient and constraints.

  • plaid.paymentInitiationConsentPaymentExecute

    The /payment_initiation/consent/payment/execute endpoint can be used to execute payments using payment consent.

  • plaid.paymentInitiationConsentRevoke

    The /payment_initiation/consent/revoke endpoint can be used to revoke the payment consent. Once the consent is revoked, it is not possible to initiate payments using it.

  • plaid.paymentInitiationPaymentCreate

    After creating a payment recipient, you can use the /payment_initiation/payment/create endpoint to create a payment to that recipient. Payments can be one-time or standing order (recurring) and can be denominated in either EUR, GBP or other chosen . If making domestic GBP-denominated payments, your recipient must have been created with BACS numbers. In general, EUR-denominated payments will be sent via SEPA Credit Transfer, GBP-denominated payments will be sent via the Faster Payments network and for non-Eurozone markets typically via the local payment scheme, but the payment network used will be determined by the institution. Payments sent via Faster Payments will typically arrive immediately, while payments sent via SEPA Credit Transfer or other local payment schemes will typically arrive in one business day.

    Standing orders (recurring payments) must be denominated in GBP and can only be sent to recipients in the UK. Once created, standing order payments cannot be modified or canceled via the API. An end user can cancel or modify a standing order directly on their banking application or website, or by contacting the bank. Standing orders will follow the payment rules of the underlying rails (Faster Payments in UK). Payments can be sent Monday to Friday, excluding bank holidays. If the pre-arranged date falls on a weekend or bank holiday, the payment is made on the next working day. It is not possible to guarantee the exact time the payment will reach the recipient’s account, although at least 90% of standing order payments are sent by 6am.

    In the Development environment, payments must be below 5 GBP or other chosen . For details on any payment limits in Production, contact your Plaid Account Manager.

  • plaid.paymentInitiationPaymentGet

    The /payment_initiation/payment/get endpoint can be used to check the status of a payment, as well as to receive basic information such as recipient and payment amount. In the case of standing orders, the /payment_initiation/payment/get endpoint will provide information about the status of the overall standing order itself; the API cannot be used to retrieve payment status for individual payments within a standing order.

  • plaid.paymentInitiationPaymentList

    The /payment_initiation/payment/list endpoint can be used to retrieve all created payments. By default, the 10 most recent payments are returned. You can request more payments and paginate through the results using the optional count and cursor parameters.

  • plaid.paymentInitiationPaymentReverse

    Reverse a settled payment from a Plaid virtual account.

    The original payment must be in a settled state to be refunded. To refund partially, specify the amount as part of the request. If the amount is not specified, the refund amount will be equal to all of the remaining payment amount that has not been refunded yet. If the remaining amount is less than one unit of currency (e.g. 1 GBP or 1 EUR), the refund will fail.

    The refund will go back to the source account that initiated the payment. The original payment must have been initiated to a Plaid virtual account so that this account can be used to initiate the refund.

  • plaid.paymentInitiationRecipientCreate

    Create a payment recipient for payment initiation. The recipient must be in Europe, within a country that is a member of the Single Euro Payment Area (SEPA) or a non-Eurozone country by Plaid. For a standing order (recurring) payment, the recipient must be in the UK.

    It is recommended to use bacs in the UK and iban in EU.

    The endpoint is idempotent: if a developer has already made a request with the same payment details, Plaid will return the same recipient_id.

  • plaid.paymentInitiationRecipientGet

    Get details about a payment recipient you have previously created.

  • plaid.paymentInitiationRecipientList

    The /payment_initiation/recipient/list endpoint list the payment recipients that you have previously created.

  • plaid.paymentProfileCreate

    Use /payment_profile/create endpoint to create a new payment profile. To initiate the account linking experience, call /link/token/create and provide the payment_profile_token in the transfer.payment_profile_token field. You can then use the payment_profile_token when creating transfers using /transfer/authorization/create and /transfer/create.

  • plaid.paymentProfileGet

    Use /payment_profile/get endpoint to get the status of a given Payment Profile.

  • plaid.paymentProfileRemove

    Use the /payment_profile/remove endpoint to remove a given Payment Profile. Once it’s removed, it can no longer be used to create transfers.

  • plaid.processorApexProcessorTokenCreate

    Used to create a token suitable for sending to Apex to enable Plaid-Apex integrations.

  • plaid.processorAuthGet

    The /processor/auth/get endpoint returns the bank account and bank identification number (such as the routing number, for US accounts), for a checking or savings account that''s associated with a given processor_token. The endpoint also returns high-level account data and balances when available.

    Versioning note: API versions 2019-05-29 and earlier use a different schema for the numbers object returned by this endpoint. For details, see .

  • plaid.processorBalanceGet

    The /processor/balance/get endpoint returns the real-time balance for each of an Item's accounts. While other endpoints may return a balance object, only /processor/balance/get forces the available and current balance fields to be refreshed rather than cached.

  • plaid.processorBankTransferCreate

    Use the /processor/bank_transfer/create endpoint to initiate a new bank transfer as a processor

  • plaid.processorIdentityGet

    The /processor/identity/get endpoint allows you to retrieve various account holder information on file with the financial institution, including names, emails, phone numbers, and addresses.

  • plaid.processorSignalDecisionReport

    After calling /processor/signal/evaluate, call /processor/signal/decision/report to report whether the transaction was initiated. This endpoint will return an error if called a second time with a different value for initiated.

  • plaid.processorSignalEvaluate

    Use /processor/signal/evaluate to evaluate a planned ACH transaction as a processor to get a return risk assessment (such as a risk score and risk tier) and additional risk signals.

    In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If /processor/signal/evaluate is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to our error documentation on and .

    Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time.

  • plaid.processorSignalReturnReport

    Call the /processor/signal/return/report endpoint to report a returned transaction that was previously sent to the /processor/signal/evaluate endpoint. Your feedback will be used by the model to incorporate the latest risk trend in your portfolio.

  • plaid.processorStripeBankAccountTokenCreate

    Used to create a token suitable for sending to Stripe to enable Plaid-Stripe integrations. For a detailed guide on integrating Stripe, see .

    Note that the Stripe bank account token is a one-time use token. To store bank account information for later use, you can use a Stripe customer object and create an associated bank account from the token, or you can use a Stripe Custom account and create an associated external bank account from the token. This bank account information should work indefinitely, unless the user's bank account information changes or they revoke Plaid's permissions to access their account. Stripe bank account information cannot be modified once the bank account token has been created. If you ever need to change the bank account details used by Stripe for a specific customer, have the user go through Link again and create a new bank account token from the new access_token.

    Bank account tokens can also be revoked, using /item/remove.'

  • plaid.processorTokenCreate

    Used to create a token suitable for sending to one of Plaid's partners to enable integrations. Note that Stripe partnerships use bank account tokens instead; see /processor/stripe/bank_account_token/create for creating tokens for use with Stripe integrations. Once created, a processor token for a given Item cannot be modified or updated. If the account must be linked to a new or different partner resource, create a new Item by having the user go through the Link flow again; a new processor token can then be created from the new access_token. Processor tokens can also be revoked, using /item/remove.

  • plaid.sandboxBankTransferFireWebhook

    Use the /sandbox/bank_transfer/fire_webhook endpoint to manually trigger a Bank Transfers webhook in the Sandbox environment.

  • plaid.sandboxBankTransferSimulate

    Use the /sandbox/bank_transfer/simulate endpoint to simulate a bank transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when using endpoints such as /bank_transfer/event/sync or /bank_transfer/event/list, no transactions will actually take place and funds will not move between accounts, even within the Sandbox.

  • plaid.sandboxIncomeFireWebhook

    Use the /sandbox/income/fire_webhook endpoint to manually trigger an Income webhook in the Sandbox environment.

  • plaid.sandboxItemFireWebhook

    The /sandbox/item/fire_webhook endpoint is used to test that code correctly handles webhooks. This endpoint can trigger the following webhooks:

    DEFAULT_UPDATE: Transactions update webhook to be fired for a given Sandbox Item. If the Item does not support Transactions, a SANDBOX_PRODUCT_NOT_ENABLED error will result.

    NEW_ACCOUNTS_AVAILABLE: Webhook to be fired for a given Sandbox Item created with Account Select v2.

    AUTH_DATA_UPDATE: Webhook to be fired for a given Sandbox Item created with Auth as an enabled product.

    RECURRING_TRANSACTIONS_UPDATE: Recurring Transactions webhook to be fired for a given Sandbox Item. If the Item does not support Recurring Transactions, a SANDBOX_PRODUCT_NOT_ENABLED error will result.

    SYNC_UPDATES_AVAILABLE: Transactions webhook to be fired for a given Sandbox Item. If the Item does not support Transactions, a SANDBOX_PRODUCT_NOT_ENABLED error will result.

    Note that this endpoint is provided for developer ease-of-use and is not required for testing webhooks; webhooks will also fire in Sandbox under the same conditions that they would in Production or Development.

  • plaid.sandboxItemResetLogin

    /sandbox/item/reset_login/ forces an Item into an ITEM_LOGIN_REQUIRED state in order to simulate an Item whose login is no longer valid. This makes it easy to test Link's flow in the Sandbox environment. After calling /sandbox/item/reset_login, You can then use Plaid Link update mode to restore the Item to a good state. An ITEM_LOGIN_REQUIRED webhook will also be fired after a call to this endpoint, if one is associated with the Item.

    In the Sandbox, Items will transition to an ITEM_LOGIN_REQUIRED error state automatically after 30 days, even if this endpoint is not called.

  • plaid.sandboxItemSetVerificationStatus

    The /sandbox/item/set_verification_status endpoint can be used to change the verification status of an Item in in the Sandbox in order to simulate the Automated Micro-deposit flow.

    Note that not all Plaid developer accounts are enabled for micro-deposit based verification by default. Your account must be enabled for this feature in order to test it in Sandbox. To enable this features or check your status, contact your account manager or .

    For more information on testing Automated Micro-deposits in Sandbox, see .

  • plaid.sandboxOauthSelectAccounts

    Save the selected accounts when connecting to the Platypus Oauth institution

  • plaid.sandboxPaymentProfileResetLogin

    /sandbox/payment_profile/reset_login/ forces a Payment Profile into a state where the login is no longer valid. This makes it easy to test update mode for Payment Profile in the Sandbox environment.

    After calling /sandbox/payment_profile/reset_login, calls to the /transfer/authorization/create with the Payment Profile will result in a decision_rationale PAYMENT_PROFILE_LOGIN_REQUIRED. You can then use update mode for Payment Profile to restore it into a good state.

    In order to invoke this endpoint, you must first and .

  • plaid.sandboxProcessorTokenCreate

    Use the /sandbox/processor_token/create endpoint to create a valid processor_token for an arbitrary institution ID and test credentials. The created processor_token corresponds to a new Sandbox Item. You can then use this processor_token with the /processor/ API endpoints in Sandbox. You can also use /sandbox/processor_token/create with the to generate a test account with custom data.

  • plaid.sandboxPublicTokenCreate

    Use the /sandbox/public_token/create endpoint to create a valid public_token for an arbitrary institution ID, initial products, and test credentials. The created public_token maps to a new Sandbox Item. You can then call /item/public_token/exchange to exchange the public_token for an access_token and perform all API actions. /sandbox/public_token/create can also be used with the to generate a test account with custom data. /sandbox/public_token/create cannot be used with OAuth institutions.

  • plaid.sandboxTransferFireWebhook

    Use the /sandbox/transfer/fire_webhook endpoint to manually trigger a Transfer webhook in the Sandbox environment.

  • plaid.sandboxTransferRepaymentSimulate

    Use the /sandbox/transfer/repayment/simulate endpoint to trigger the creation of a repayment. As a side effect of calling this route, a repayment is created that includes all unreimbursed returns of guaranteed transfers. If there are no such returns, an 400 error is returned.

  • plaid.sandboxTransferSimulate

    Use the /sandbox/transfer/simulate endpoint to simulate a transfer event in the Sandbox environment. Note that while an event will be simulated and will appear when using endpoints such as /transfer/event/sync or /transfer/event/list, no transactions will actually take place and funds will not move between accounts, even within the Sandbox.

  • plaid.sandboxTransferSweepSimulate

    Use the /sandbox/transfer/sweep/simulate endpoint to create a sweep and associated events in the Sandbox environment. Upon calling this endpoint, all posted or pending transfers with a sweep status of unswept will become swept, and all returned transfers with a sweep status of swept will become return_swept.

  • plaid.sandboxTransferTestClockAdvance

    Use the /sandbox/transfer/test_clock/advance endpoint to advance a test_clock in the Sandbox environment.

    A test clock object represents an independent timeline and has a virtual_time field indicating the current timestamp of the timeline. A test clock can be advanced by incrementing virtual_time, but may never go back to a lower virtual_time.

    If a test clock is advanced, we will simulate the changes that ought to occur during the time that elapsed. For instance, a client creates a weekly recurring transfer with a test clock set at t. When the client advances the test clock by setting virtual_time = t + 15 days, 2 new originations should be created, along with the webhook events.

    The advancement of the test clock from its current virtual_time should be limited such that there are no more than 20 originations resulting from the advance operation on each recurring_transfer associated with the test_clock. For instance, if the recurring transfer associated with this test clock originates once every 4 weeks, you can advance the virtual_time up to 80 weeks on each API call.

  • plaid.sandboxTransferTestClockCreate

    Use the /sandbox/transfer/test_clock/create endpoint to create a test_clock in the Sandbox environment.

    A test clock object represents an independent timeline and has a virtual_time field indicating the current timestamp of the timeline. Test clocks are used for testing recurring transfers in Sandbox.

    A test clock can be associated with up to 5 recurring transfers.

  • plaid.sandboxTransferTestClockGet

    Use the /sandbox/transfer/test_clock/get endpoint to get a test_clock in the Sandbox environment.

  • plaid.sandboxTransferTestClockList

    Use the /sandbox/transfer/test_clock/list endpoint to see a list of all your test clocks in the Sandbox environment, by ascending virtual_time. Results are paginated; use the count and offset query parameters to retrieve the desired test clocks.

  • plaid.signalDecisionReport

    After calling /signal/evaluate, call /signal/decision/report to report whether the transaction was initiated. This endpoint will return an error if called a second time with a different value for initiated.

  • plaid.signalEvaluate

    Use /signal/evaluate to evaluate a planned ACH transaction to get a return risk assessment (such as a risk score and risk tier) and additional risk signals.

    In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If /signal/evaluate is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to the error documentation on and .

    Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time.

  • plaid.signalPrepare

    When Link is not initialized with Signal, call /signal/prepare to opt-in that Item to the Signal data collection process, developing a Signal score.

    If you are using other Plaid products after Link, e.g. Identity or Assets, call /signal/prepare after those product calls are complete.

    Example flow: Link is initialized with Auth, call /auth/get for the account and routing number, call /identity/get to retrieve bank ownership details, then call /signal/prepare to begin Signal data collection. Later, once you have obtained details about the proposed transaction from the user, call /signal/evaluate for a Signal score. For more information please see .

  • plaid.signalReturnReport

    Call the /signal/return/report endpoint to report a returned transaction that was previously sent to the /signal/evaluate endpoint. Your feedback will be used by the model to incorporate the latest risk trend in your portfolio.

  • plaid.transactionsEnhance

    The /beta/transactions/v1/enhance endpoint enriches raw transaction data provided directly by clients.

    The product is currently in beta.

  • plaid.transactionsEnrich

    The /transactions/enrich endpoint enriches raw transaction data generated by your own banking products or retrieved from other non-Plaid sources.

    The product is currently in beta. To request access, contact

  • plaid.transactionsGet

    The /transactions/get endpoint allows developers to receive user-authorized transaction data for credit, depository, and some loan-type accounts (only those with account subtype student; coverage may be limited). For transaction history from investments accounts, use the instead. Transaction data is standardized across financial institutions, and in many cases transactions are linked to a clean name, entity type, location, and category. Similarly, account data is standardized and returned with a clean name, number, balance, and other meta information where available.

    Transactions are returned in reverse-chronological order, and the sequence of transaction ordering is stable and will not shift. Transactions are not immutable and can also be removed altogether by the institution; a removed transaction will no longer appear in /transactions/get. For more details, see .

    Due to the potentially large number of transactions associated with an Item, results are paginated. Manipulate the count and offset parameters in conjunction with the total_transactions response body field to fetch all available transactions.

    Data returned by /transactions/get will be the data available for the Item as of the most recent successful check for new transactions. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. An Item's status.transactions.last_successful_update field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, you can use the /transactions/refresh endpoint.

    Note that data may not be immediately available to /transactions/get. Plaid will begin to prepare transactions data upon Item link, if Link was initialized with transactions, or upon the first call to /transactions/get, if it wasn't. To be alerted when transaction data is ready to be fetched, listen for the and webhooks. If no transaction history is ready when /transactions/get is called, it will return a PRODUCT_NOT_READY error.

  • plaid.transactionsRecurringGet

    The /transactions/recurring/get endpoint allows developers to receive a summary of the recurring outflow and inflow streams (expenses and deposits) from a user’s checking, savings or credit card accounts. Additionally, Plaid provides key insights about each recurring stream including the category, merchant, last amount, and more. Developers can use these insights to build tools and experiences that help their users better manage cash flow, monitor subscriptions, reduce spend, and stay on track with bill payments.

    This endpoint is offered as an add-on to Transactions. To request access to this endpoint, submit a or contact your Plaid account manager.

    This endpoint can only be called on an Item that has already been initialized with Transactions (either during Link, by specifying it in /link/token/create; or after Link, by calling /transactions/get). After the webhook has fired, call /transactions/recurring/get to receive the Recurring Transactions streams and subscribe to the webhook.

    After the initial call, you can call /transactions/recurring/get endpoint at any point in the future to retrieve the latest summary of recurring streams. Listen to the webhook to be notified when new updates are available.

  • plaid.transactionsRefresh

    /transactions/refresh is an optional endpoint for users of the Transactions product. It initiates an on-demand extraction to fetch the newest transactions for an Item. This on-demand extraction takes place in addition to the periodic extractions that automatically occur multiple times a day for any Transactions-enabled Item. If changes to transactions are discovered after calling /transactions/refresh, Plaid will fire a webhook: for /transactions/sync users, will be fired if there are any transactions updated, added, or removed. For users of both /transactions/sync and /transactions/get, will be fired if any removed transactions are detected, and will be fired if any new transactions are detected. New transactions can be fetched by calling /transactions/get or /transactions/sync. Note that the /transactions/refresh endpoint is not supported for Capital One (ins_128026) and will result in a PRODUCT_NOT_SUPPORTED error if called on an Item from that institution.

    /transactions/refresh is offered as an add-on to Transactions and has a separate . To request access to this endpoint, submit a or contact your Plaid account manager.

  • plaid.transactionsRulesCreate

    The /transactions/rules/v1/create endpoint creates transaction categorization rules.

    Rules will be applied on the Item's transactions returned in /transactions/get response.

    The product is currently in beta. To request access, contact .

  • plaid.transactionsRulesList

    The /transactions/rules/v1/list returns a list of transaction rules created for the Item associated with the access token.

  • plaid.transactionsRulesRemove

    The /transactions/rules/v1/remove endpoint is used to remove a transaction rule.

  • plaid.transactionsSync

    This endpoint replaces /transactions/get and its associated webhooks for most common use-cases.

    The /transactions/sync endpoint allows developers to subscribe to all transactions associated with an Item and get updates synchronously in a stream-like manner, using a cursor to track which updates have already been seen. /transactions/sync provides the same functionality as /transactions/get and can be used instead of /transactions/get to simplify the process of tracking transactions updates.

    This endpoint provides user-authorized transaction data for credit, depository, and some loan-type accounts (only those with account subtype student; coverage may be limited). For transaction history from investments accounts, use /investments/transactions/get instead.

    Returned transactions data is grouped into three types of update, indicating whether the transaction was added, removed, or modified since the last call to the API.

    In the first call to /transactions/sync for an Item, the endpoint will return all historical transactions data associated with that Item up until the time of the API call (as "adds"), which then generates a next_cursor for that Item. In subsequent calls, send the next_cursor to receive only the changes that have occurred since the previous call.

    Due to the potentially large number of transactions associated with an Item, results are paginated. The has_more field specifies if additional calls are necessary to fetch all available transaction updates. Call /transactions/sync with the new cursor, pulling all updates, until has_more is false.

    When retrieving paginated updates, track both the next_cursor from the latest response and the original cursor from the first call in which has_more was true; if a call to /transactions/sync fails when retrieving a paginated update, the entire pagination request loop must be restarted beginning with the cursor for the first page of the update, rather than retrying only the single request that failed.

    Whenever new or updated transaction data becomes available, /transactions/sync will provide these updates. Plaid typically checks for new data multiple times a day, but these checks may occur less frequently, such as once a day, depending on the institution. An Item's status.transactions.last_successful_update field will show the timestamp of the most recent successful update. To force Plaid to check for new transactions, use the /transactions/refresh endpoint.

    Note that for newly created Items, data may not be immediately available to /transactions/sync. Plaid begins preparing transactions data when the Item is created, but the process can take anywhere from a few seconds to several minutes to complete, depending on the number of transactions available.

    To be alerted when new data is available, listen for the webhook.

  • plaid.transferAuthorizationCreate

    Use the /transfer/authorization/create endpoint to determine transfer failure risk.

    In Plaid's Sandbox environment the decisions will be returned as follows:

    • To approve a transfer with null rationale code, make an authorization request with an amount less than the available balance in the account.

    • To approve a transfer with the rationale code MANUALLY_VERIFIED_ITEM, create an Item in Link through the .

    • To approve a transfer with the rationale code ITEM_LOGIN_REQUIRED, .

    • To decline a transfer with the rationale code NSF, the available balance on the account must be less than the authorization amount. See for details on how to customize data in Sandbox.

    • To decline a transfer with the rationale code RISK, the available balance on the account must be exactly $0. See for details on how to customize data in Sandbox.

    device.ip_address, device.user_agent are required fields.

    For , the following fields are required : idempotency_key, user.phone_number (optional if email_address provided), user.email_address (optional if phone_number provided), device.ip_address, device.user_agent, and user_present.

  • plaid.transferCancel

    Use the /transfer/cancel endpoint to cancel a transfer. A transfer is eligible for cancellation if the cancellable property returned by /transfer/get is true.

  • plaid.transferCapabilitiesGet

    Use the /transfer/capabilities/get endpoint to determine the RTP eligibility information of a transfer.

  • plaid.transferCreate

    Use the /transfer/create endpoint to initiate a new transfer.

  • plaid.transferEventList

    Use the /transfer/event/list endpoint to get a list of transfer events based on specified filter criteria.

  • plaid.transferEventSync

    /transfer/event/sync allows you to request up to the next 25 transfer events that happened after a specific event_id. Use the /transfer/event/sync endpoint to guarantee you have seen all transfer events. When using Auth with micro-deposit verification enabled, this endpoint can be used to fetch status updates on ACH micro-deposits. For more details, see .

  • plaid.transferGet

    The /transfer/get endpoint fetches information about the transfer corresponding to the given transfer_id.

  • plaid.transferIntentCreate

    Use the /transfer/intent/create endpoint to generate a transfer intent object and invoke the Transfer UI.

  • plaid.transferIntentGet

    Use the /transfer/intent/get endpoint to retrieve more information about a transfer intent.

  • plaid.transferList

    Use the /transfer/list endpoint to see a list of all your transfers and their statuses. Results are paginated; use the count and offset query parameters to retrieve the desired transfers.

  • plaid.transferMigrateAccount

    As an alternative to adding Items via Link, you can also use the /transfer/migrate_account endpoint to migrate known account and routing numbers to Plaid Items. Note that Items created in this way are not compatible with endpoints for other products, such as /accounts/balance/get, and can only be used with Transfer endpoints. If you require access to other endpoints, create the Item through Link instead. Access to /transfer/migrate_account is not enabled by default; to obtain access, contact your Plaid Account Manager.

  • plaid.transferOriginatorCreate

    Use the /transfer/originator/create endpoint to create a new originator and return an originator_client_id.

  • plaid.transferOriginatorGet

    The /transfer/originator/get endpoint gets status updates for an originator's onboarding process. This information is also available via the Transfer page on the Plaid dashboard.

  • plaid.transferOriginatorList

    The /transfer/originator/list endpoint gets status updates for all of your originators' onboarding. This information is also available via the Plaid dashboard.

  • plaid.transferQuestionnaireCreate

    The /transfer/questionnaire/create endpoint generates a Plaid-hosted onboarding UI URL. Redirect the originator to this URL to provide their due diligence information and agree to Plaid’s terms for ACH money movement.

  • plaid.transferRecurringCancel

    Use the /transfer/recurring/cancel endpoint to cancel a recurring transfer. Scheduled transfer that hasn't been submitted to bank will be cancelled.

  • plaid.transferRecurringCreate

    Use the /transfer/recurring/create endpoint to initiate a new recurring transfer.

  • plaid.transferRecurringGet

    The /transfer/recurring/get fetches information about the recurring transfer corresponding to the given recurring_transfer_id.

  • plaid.transferRecurringList

    Use the /transfer/recurring/list endpoint to see a list of all your recurring transfers and their statuses. Results are paginated; use the count and offset query parameters to retrieve the desired recurring transfers.

  • plaid.transferRefundCancel

    Use the /transfer/refund/cancel endpoint to cancel a refund. A refund is eligible for cancellation if it has not yet been submitted to the payment network.

  • plaid.transferRefundCreate

    Use the /transfer/refund/create endpoint to create a refund for a transfer. A transfer can be refunded if the transfer was initiated in the past 180 days.

    Processing of the refund will not occur until at least 3 business days following the transfer's settlement date, plus any hold/settlement delays. This 3-day window helps better protect your business from regular ACH returns. Consumer initiated returns (unauthorized returns) could still happen for about 60 days from the settlement date. If the original transfer is canceled, returned or failed, all pending refunds will automatically be canceled. Processed refunds cannot be revoked.

  • plaid.transferRefundGet

    The /transfer/refund/get endpoint fetches information about the refund corresponding to the given refund_id.

  • plaid.transferRepaymentList

    The /transfer/repayment/list endpoint fetches repayments matching the given filters. Repayments are returned in reverse-chronological order (most recent first) starting at the given start_time.

  • plaid.transferRepaymentReturnList

    The /transfer/repayment/return/list endpoint retrieves the set of returns that were batched together into the specified repayment. The sum of amounts of returns retrieved by this request equals the amount of the repayment.

  • plaid.transferSweepGet

    The /transfer/sweep/get endpoint fetches a sweep corresponding to the given sweep_id.

  • plaid.transferSweepList

    The /transfer/sweep/list endpoint fetches sweeps matching the given filters.

  • plaid.userCreate

    This endpoint should be called for each of your end users before they begin a Plaid income flow. This provides you a single token to access all income data associated with the user. You should only create one per end user.

    If you call the endpoint multiple times with the same client_user_id, the first creation call will succeed and the rest will fail with an error message indicating that the user has been created for the given client_user_id.

    Ensure that you store the user_token along with your user's identifier in your database, as it is not possible to retrieve a previously created user_token.

  • plaid.walletCreate

    Create an e-wallet. The response is the newly created e-wallet object.

  • plaid.walletGet

    Fetch an e-wallet. The response includes the current balance.

  • plaid.walletList

    This endpoint lists all e-wallets in descending order of creation.

  • plaid.walletTransactionExecute

    Execute a transaction using the specified e-wallet. Specify the e-wallet to debit from, the counterparty to credit to, the idempotency key to prevent duplicate transactions, the amount and reference for the transaction. Transactions will settle in seconds to several days, depending on the underlying payment rail.

  • plaid.walletTransactionGet

    Fetch a specific e-wallet transaction

  • plaid.walletTransactionList

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

  • plaid.watchlistScreeningEntityCreate

    Create a new entity watchlist screening to check your customer against watchlists defined in the associated entity watchlist program. If your associated program has ongoing screening enabled, this is the profile information that will be used to monitor your customer over time.

  • plaid.watchlistScreeningEntityGet

    Retrieve an entity watchlist screening.

  • plaid.watchlistScreeningEntityHistoryList

    List all changes to the entity watchlist screening in reverse-chronological order. If the watchlist screening has not been edited, no history will be returned.

  • plaid.watchlistScreeningEntityHitList

    List all hits for the entity watchlist screening.

  • plaid.watchlistScreeningEntityList

    List all entity screenings.

  • plaid.watchlistScreeningEntityProgramGet

    Get an entity watchlist screening program

  • plaid.watchlistScreeningEntityProgramList

    List all entity watchlist screening programs

  • plaid.watchlistScreeningEntityReviewCreate

    Create a review for an entity watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by Plaid.

  • plaid.watchlistScreeningEntityReviewList

    List all reviews for a particular entity watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by Plaid.

  • plaid.watchlistScreeningEntityUpdate

    Update an entity watchlist screening.

  • plaid.watchlistScreeningIndividualCreate

    Create a new Watchlist Screening to check your customer against watchlists defined in the associated Watchlist Program. If your associated program has ongoing screening enabled, this is the profile information that will be used to monitor your customer over time.

  • plaid.watchlistScreeningIndividualGet

    Retrieve a previously created individual watchlist screening

  • plaid.watchlistScreeningIndividualHistoryList

    List all changes to the individual watchlist screening in reverse-chronological order. If the watchlist screening has not been edited, no history will be returned.

  • plaid.watchlistScreeningIndividualHitList

    List all hits found by Plaid for a particular individual watchlist screening.

  • plaid.watchlistScreeningIndividualList

    List previously created watchlist screenings for individuals

  • plaid.watchlistScreeningIndividualProgramGet

    Get an individual watchlist screening program

  • plaid.watchlistScreeningIndividualProgramList

    List all individual watchlist screening programs

  • plaid.watchlistScreeningIndividualReviewCreate

    Create a review for the individual watchlist screening. Reviews are compliance reports created by users in your organization regarding the relevance of potential hits found by Plaid.

  • plaid.watchlistScreeningIndividualReviewList

    List all reviews for the individual watchlist screening.

  • plaid.watchlistScreeningIndividualUpdate

    Update a specific individual watchlist screening. This endpoint can be used to add additional customer information, correct outdated information, add a reference id, assign the individual to a reviewer, and update which program it is associated with. Please note that you may not update search_terms and status at the same time since editing search_terms may trigger an automatic status change.

  • plaid.webhookVerificationKeyGet

    Plaid signs all outgoing webhooks and provides JSON Web Tokens (JWTs) so that you can verify the authenticity of any incoming webhooks to your application. A message signature is included in the Plaid-Verification header.

    The /webhook_verification_key/get endpoint provides a JSON Web Key (JWK) that can be used to verify a JWT.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools