Plaid
Pull transactions and accounts from Plaid.
Sync types
Use Fiber to load the following resources from the Plaid API.
Source settings
You need the following data to register a Plaid app on Fiber.
Key | Type | Comments |
---|---|---|
clientId | string | A client ID of your Plaid account. |
secret | string | The associated secret. |
env | string | The Plaid environment: sandbox, development, or production. |
Account credentials
You need the following data to register a Plaid account.
Key | Type | Comments |
---|---|---|
itemId | string | Required |
accessToken | string | Required |
Changelog
--