Plaid ​
Connect to bank accounts, verify identities, and process transactions with Plaid.
| Detail | Value |
|---|---|
| Category | Payments |
| Base URL | https://production.plaid.com |
| Authentication | API Key |
| Endpoints | 5 |
| Connector key | plaid |
Using Plaid in a workflow ​
- Go to Connections and click New Connection.
- Pick Plaid from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /link/token/create | Create a Link token |
| POST /item/public_token/exchange | Exchange a public token |
| POST /accounts/get | Retrieve accounts |
| POST /transactions/get | Get transactions |
| POST /auth/get | Retrieve auth data for an account |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.