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 :-).
-
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
-
test_user_1-all accounts list - all accounts GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts
-
test_user_1-checking acct details - balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}
-
test_user_1-checking acct details - contacts GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}/contact
-
test_user_1-checking acct details - payment networks GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CHECKING}}/payment-networks
-
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
-
test_user_1-any other loan acct type - balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_AUTOLOAN}}
-
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
-
test_user_1-any other deposit acct type - balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_CD}}
-
test_user_1-student loan details - in-depth balances GET https://api.{{YOUR_ORGANIZATION}}/fdx/v5/accounts/{{ACCT_ID_STUDENTLOAN}}