pluggy-payments

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Pluggy 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

按优先级划分的规则类别

PriorityCategoryImpactPrefix
1PIX IntegrationCRITICAL
pix-
2Smart TransfersHIGH
smart-
3Payment LifecycleHIGH
payment-
4Boleto ManagementMEDIUM
boleto-
5Scheduled PaymentsMEDIUM
schedule-
优先级类别影响程度前缀
1PIX集成关键
pix-
2智能转账
smart-
3支付生命周期管理
payment-
4Boleto票据管理
boleto-
5定时支付管理
schedule-

How to Use

使用方法

Read individual rule files for detailed explanations and code examples:
rules/pix-initiation.md
rules/smart-preauthorization.md
rules/payment-lifecycle.md
Each 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/failure
1. 创建支付请求(包含收款人详情)
2. 创建支付意向(针对特定项目/账户)
3. 用户在Connect Widget中授权
4. 通过webhook监控支付状态
5. 处理支付成功/失败情况

Full Compiled Document

完整编译文档

For the complete guide with all rules expanded:
AGENTS.md
如需查看包含所有规则的完整指南:
AGENTS.md