Link Plaid Account
Link an external financial account via Plaid.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Body
The permanent Plaid processor token
If true the opening balance will be calculated automatically
The start date of transactions to sync. Only transactions after this date will be imported. If not provided, transactions will be imported up to the instance's entries start date
The ledger where transactions are automatically posted for business accounts. If not provided, a ledger will be automatically created for business accounts.
The ledger where business transaction in personal accounts will be posted if they draw from the business. Only provide this parameter for personal accounts.
The ledger where business transactions in personal accounts will be posted if they contribute to the business. Only provide this parameter for personal accounts.
True If pending transactions should be synced. False if they should be ignored.
Response
Indicates the status of the task.
pending
, failed
, complete
Indicates the datetime in UTC when the task was created.
Indicates the datetime in UTC when the task was last updated.
The Error object if any errors were encountered in the processing. If the processing task was created by a Plaid import, the Plaid errors will be passed through there. See Plaid's documentation for more information on their error messages.
The source account containing the transactions
The ID of the ledger that the transactions are being created for.
The IDs of Transactions successfully processed by this task.
The IDs of Transactions that were removed by this task.
The IDs of Transactions that were modified by this task.
The IDs of Transactions that were skipped by this task.