plaid-fintech
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePlaid Fintech
Plaid金融科技集成
Patterns
集成模式
Link Token Creation and Exchange
Link令牌创建与交换
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.
创建用于Plaid Link的link_token,将public_token兑换为access_token。
Link令牌是短期、一次性使用的。Access令牌不会过期,但当用户修改密码时可能需要更新。
Transactions Sync
交易同步
Use /transactions/sync for incremental transaction updates. More efficient
than /transactions/get. Handle webhooks for real-time updates instead of
polling.
使用/transactions/sync接口进行增量交易更新。这比/transactions/get接口更高效。使用Webhook处理实时更新,而非轮询。
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.
当出现ITEM_LOGIN_REQUIRED错误时,引导用户进入Link更新模式。监听PENDING_DISCONNECT Webhook,主动提示用户。
Anti-Patterns
反模式
❌ Storing Access Tokens in Plain Text
❌ 明文存储Access令牌
❌ Polling Instead of Webhooks
❌ 轮询而非使用Webhook
❌ 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 |
| 问题 | 严重程度 | 解决方案 |
|---|---|---|
| 问题 | 严重 | 查看文档 |
| 问题 | 高 | 查看文档 |
| 问题 | 高 | 查看文档 |
| 问题 | 高 | 查看文档 |
| 问题 | 中 | 查看文档 |
| 问题 | 中 | 查看文档 |
| 问题 | 中 | 查看文档 |
| 问题 | 中 | 查看文档 |