Plaid
- Sign up at plaid.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Go to Plaid →
Overview
Integration with Plaid — leading platform financial data aggregation. Provides Plaid Link (frontend SDK for connection banks), Account Verification, Transaction Data, Identity, Balance Check, Income Verification. 12000+ financial institutions. Coverage: US, CA, UK, EU and expansion in SG (pilot). Used 8000+ fintech-companies.
| |
|---|
| Provider ID | plaid |
| Category | Bank Transfers |
| Website | plaid.com |
Configuration
Required Parameters
| Parameter | Description |
|---|
client_id | Client ID |
secret | Secret Key |
api_url | URL API |
environment | production |
API Reference
| Method | Endpoint | Description |
|---|
| POST | /link/token/create | Creation Link token |
| POST | /item/public_token/exchange | Exchange public token |
| POST | /accounts/get | Account list |
| POST | /transactions/get | Transactions |
| POST | /identity/get | Identity data |
| POST | /accounts/balance/get | Real-time balances |
Resources