Core Exchange

Number of APIs: 30

Endpoints for the Core Exchange (CX) API for data providers. Quickly implement data access in alignment with the Financial Data Exchange (FDX) API specification.

Product details: https://plaid.com/data-connectivity-core-exchange/

API docs: https://plaid.github.io/core-exchange/

If you're a Plaid customer and not a Plaid data provider, you're probably looking for the Plaid API Endpoints collection instead :-).

  1. test_user_1-mortgage loan details - transactions GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_MORTGAGE}}/transactions/?startTime=2022-01-30&endTime=2022-05-30&limit=100

  2. test_user_1-all accounts list - all accounts GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts

  3. test_user_1-checking acct details - balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}

  4. test_user_1-checking acct details - contacts GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}/contact

  5. test_user_1-checking acct details - payment networks GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}/payment-networks

  6. test_user_1-checking acct details - transactions GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}/transactions/?startTime=2022-01-30&endTime=2022-05-30&limit=100

  7. test_user_1-any other loan acct type - balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_AUTOLOAN}}

  8. test_user_1-savings acct details - transactions GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_SAVINGS}}/transactions/?startTime=2022-01-30&endTime=2022-05-30&limit=100

  9. test_user_1-any other deposit acct type - balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CD}}

  10. test_user_1-student loan details - in-depth balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_STUDENTLOAN}}