Exchanges Plaid's public token to access token

The POST /api/plaidExchangeToken/v2 method is used to securely exchange a Plaid publicToken for an accessToken in version 2 of the API. This accessToken is critical for accessing and managing a user's financial data through the Plaid API, enabling interactions such as retrieving account balances, transaction histories, and linking external accounts.

Purpose:

  • Convert the publicToken obtained during the PlaidLink process into a long-lived accessToken.
  • Securely retrieve the accessToken to gain access to user-authorized financial data within Plaid’s system.

Response:

Upon successfully exchanging the publicToken, the API returns an accessToken that can be used to interact with Plaid's API to access user financial data.

Key Features:

  • Token Exchange: Converts the short-lived publicToken into a long-lived accessToken that allows continued interaction with the user's financial data.
  • Security: The method ensures secure exchange and management of access tokens, preventing unauthorized access to sensitive user financial information.
  • Item ID Retrieval: The returned itemId helps uniquely identify and reference the financial institution or account associated with the token.

📘

Summary:

The POST /api/plaidExchangeToken/v2 API method securely exchanges Plaid’s publicToken for an accessToken, enabling access to user-authorized financial data. This method is essential for applications that integrate with Plaid to link external financial accounts and retrieve account information. It ensures a streamlined and secure process for managing user financial data, while maintaining strong security measures and compliance with data protection standards.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!