Update existing Plaid items to add statements product

Creates update link tokens for ALL active Plaid accounts under an entity to add the statements product to existing connections without requiring full reconnection. This is useful when accounts were originally connected before statements product was enabled.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired

The ID of the entity that owns the Plaid accounts (will update ALL active accounts)

Response

Update link tokens created successfully
Response Body 1object

Single account response (when entity has only one active account)

OR
Response Body 2object

Multiple accounts response (when entity has multiple active accounts)

Errors