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.

Authentication

AuthorizationBearer

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
object

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

OR
object

Multiple accounts response (when entity has multiple active accounts)

Errors