pluggy-payments

Payment initiation with PIX, Boleto, and Smart Transfers. Use when implementing payment flows, PIX transfers, or preauthorized payments.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pluggy-payments" with this command: npx skills add pluggyai/agent-skills/pluggyai-agent-skills-pluggy-payments

Pluggy Payments

Comprehensive guide for implementing payment initiation through Pluggy. Contains rules across 5 categories, prioritized by impact.

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

Rule Categories by Priority

PriorityCategoryImpactPrefix
1PIX IntegrationCRITICALpix-
2Smart TransfersHIGHsmart-
3Payment LifecycleHIGHpayment-
4Boleto ManagementMEDIUMboleto-
5Scheduled PaymentsMEDIUMschedule-

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

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

Full Compiled Document

For the complete guide with all rules expanded: AGENTS.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

pluggy-open-finance

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

pluggy-integration

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
86.1K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.4K23Kvercel
pluggy-payments | V50.AI