S claudeskill.wiki
development

plaid-fintech

Patrones expertos para la integración de la API de Plaid que incluyen flujos de tokens Link, sincronización de transacciones, verificación de identidad, Auth para ACH, comprobaciones de saldo, manejo de webhooks y mejores prácticas de cumplimiento fintech. Usar cuando: plaid, vinculación de cuentas bancarias, conexión bancaria, ach, agregación de cuentas.

27

Plaid Fintech

Patterns

Link Token Creation and Exchange

Create a link_token for Plaid Link, exchange public_token for access_token. Link tokens are short-lived, one-time use. Access tokens don't expire but may need updating when users change passwords.

Transactions Sync

Use /transactions/sync for incremental transaction updates. More efficient than /transactions/get. Handle webhooks for real-time updates instead of polling.

Item Error Handling and Update Mode

Handle ITEM_LOGIN_REQUIRED errors by putting users through Link update mode. Listen for PENDING_DISCONNECT webhook to proactively prompt users.

Anti-Patterns

❌ Storing Access Tokens in Plain Text

❌ Polling Instead of Webhooks

❌ Ignoring Item Errors

⚠️ Sharp Edges

Issue Severity Solution
Issue critical See docs
Issue high See docs
Issue high See docs
Issue high See docs
Issue medium See docs
Issue medium See docs
Issue medium See docs
Issue medium See docs

Instalación

npx claude-code-templates@latest --skill development/plaid-fintech

Quick start

  1. Install Claude Code if you have not already.
  2. Copy the Install command from this page and run it in your project directory.
  3. In Claude Code, load or mention the skill when your task matches what the skill is for.

Documentation

Use the links below for agent skills, troubleshooting, and official examples.

Recursos