pluggy-payments
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChinesePluggy Payments
Pluggy Payments
Comprehensive guide for implementing payment initiation through Pluggy. Contains rules across 5 categories, prioritized by impact.
全面指南:通过Pluggy实现支付发起。包含5个类别的规则,按影响优先级排序。
When to Apply
适用场景
Reference these guidelines when:
- Initiating PIX payments
- Creating and managing Boletos
- Setting up Smart Transfers with preauthorization
- Managing payment intents lifecycle
- Handling scheduled payments (PIX Agendado)
- Implementing PIX Automático
在以下场景中参考本指南:
- 发起PIX支付
- 创建和管理Boleto票据
- 设置带预授权的智能转账(Smart Transfers)
- 管理支付意向生命周期
- 处理定时支付(PIX Agendado)
- 实现自动PIX(PIX Automático)
Rule Categories by Priority
按优先级划分的规则类别
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | PIX Integration | CRITICAL | |
| 2 | Smart Transfers | HIGH | |
| 3 | Payment Lifecycle | HIGH | |
| 4 | Boleto Management | MEDIUM | |
| 5 | Scheduled Payments | MEDIUM | |
| 优先级 | 类别 | 影响程度 | 前缀 |
|---|---|---|---|
| 1 | PIX集成 | 关键 | |
| 2 | 智能转账 | 高 | |
| 3 | 支付生命周期管理 | 高 | |
| 4 | Boleto票据管理 | 中 | |
| 5 | 定时支付管理 | 中 | |
How to Use
使用方法
Read individual rule files for detailed explanations and code examples:
rules/pix-initiation.md
rules/smart-preauthorization.md
rules/payment-lifecycle.mdEach rule file contains:
- Brief explanation of why it matters
- Incorrect code example with explanation
- Correct code example with explanation
- Additional context and references
- Pluggy-specific notes
阅读单个规则文件获取详细说明和代码示例:
rules/pix-initiation.md
rules/smart-preauthorization.md
rules/payment-lifecycle.md每个规则文件包含:
- 规则重要性的简要说明
- 错误代码示例及解释
- 正确代码示例及解释
- 额外背景信息和参考资料
- Pluggy专属注意事项
Payment Flow Overview
支付流程概述
1. Create Payment Request (with recipient details)
2. Create Payment Intent (for specific Item/account)
3. User authorizes in Connect Widget
4. Monitor payment status via webhook
5. Handle success/failure1. 创建支付请求(包含收款人详情)
2. 创建支付意向(针对特定项目/账户)
3. 用户在Connect Widget中授权
4. 通过webhook监控支付状态
5. 处理支付成功/失败情况Full Compiled Document
完整编译文档
For the complete guide with all rules expanded:
AGENTS.md如需查看包含所有规则的完整指南:
AGENTS.md