Plaid Fintech
Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices.
When to Use
- User mentions or implies: plaid
- User mentions or implies: bank account linking
- User mentions or implies: bank connection
- User mentions or implies: ach
- User mentions or implies: account aggregation
- User mentions or implies: bank transactions
- User mentions or implies: open banking
- User mentions or implies: fintech
- User mentions or implies: identity verification banking
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- Patterns
- Link Token Creation and Exchange
- Context
- Transactions Sync
- Item Error Handling and Update Mode
- Auth for ACH Transfers
- Real-Time Balance Check
- Webhook Verification
- Sharp Edges
- Access Tokens Never Expire But Are Highly Sensitive
- accounts/get Returns Cached Balances, Not Real-Time
- Webhooks May Arrive Out of Order or Duplicated
- Items Enter Error States That Require User Action
- Sandbox Does Not Reflect Production Complexity
- TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION Requires Restart
- Link Tokens Are Short-Lived and Single-Use
- Recurring Transactions Need 180+ Days of History
- Validation Checks
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: plaid-fintech3description: Expert patterns for Plaid API integration including Link token4license: MIT5---67# Plaid Fintech89Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices.1011## When to Use12- User mentions or implies: plaid13- User mentions or implies: bank account linking14- User mentions or implies: bank connection15- User mentions or implies: ach16- User mentions or implies: account aggregation17- User mentions or implies: bank transactions18- User mentions or implies: open banking19- User mentions or implies: fintech20- User mentions or implies: identity verification banking2122## Core Workflow231. Confirm the request matches this skill's trigger, scope, and risk profile.242. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.253. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.264. Apply only the relevant guidance instead of loading or repeating the entire reference by default.275. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2829## Topic Map30- Patterns31- Link Token Creation and Exchange32- Context33- Transactions Sync34- Item Error Handling and Update Mode35- Auth for ACH Transfers36- Real-Time Balance Check37- Webhook Verification38- Sharp Edges39- Access Tokens Never Expire But Are Highly Sensitive40- accounts/get Returns Cached Balances, Not Real-Time41- Webhooks May Arrive Out of Order or Duplicated42- Items Enter Error States That Require User Action43- Sandbox Does Not Reflect Production Complexity44- TRANSACTIONS_SYNC_MUTATION_DURING_PAGINATION Requires Restart45- Link Tokens Are Short-Lived and Single-Use46- Recurring Transactions Need 180+ Days of History47- Validation Checks4849## Reference Map50- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.5152## Limitations53- Use this skill only when the task clearly matches the scope described above.54- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.55- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.5657## Progressive Loading58Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.