技能 编程开发 Plaid 金融连接器

Plaid 金融连接器

v20260317
plaid-fintech
用于生成 Plaid Link 的 link_token、交换 access_token、同步交易并通过回调处理 Item 错误与更新流程。
获取技能
97 次下载
概览

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

When to Use

This skill is applicable to execute the workflow or actions described in the overview.

信息
Category 编程开发
Name plaid-fintech
版本 v20260317
大小 1.48KB
更新时间 2026-03-21
语言