efi-bank-payments

Locate Efí Bank API documentation and code snippets for payment flows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guszxtavo/floweppi --skill efi-bank-payments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: efi-bank-payments
Source: https://github.com/guszxtavo/floweppi/tree/main/.claude/skills/skill-efi-bank
Command: npx skills add https://github.com/guszxtavo/floweppi --skill efi-bank-payments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires efipay/sdk-php-apis-efi, guzzlehttp/guzzle, vlucas/phpdotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill helps locate and apply local Efí Bank API references (doc_, scripts/, templates/*-erros.json) to accelerate payments integration, reducing time and cognitive load.

Core Features & Use Cases

  • Fast lookup: Locate relevant docs and example scripts in doc_.md and scripts/.php to accelerate development.
  • Contextual guidance: Pull error templates to guide handling of common issues.
  • Use Case: When a request mentions Efí Bank or related payment flows, quickly assemble code snippets to implement PIX, boleto, and other payment features.

Quick Start

Use the Skill to fetch code snippet from scripts/emitir_pix.php for a PHP-based PIX payment.

Frequently Asked Questions about efi-bank-payments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement PIX payments using Efí Bank API documentation?

PIX payments can be implemented by extracting code examples from scripts/emitir_pix.php and referencing doc_* files that detail PIX flows. The Skill locates these resources and provides ready-to-use PHP snippets with parameter explanations and authentication details to accelerate integration.

What payment methods does Efí Bank support besides PIX?

Efí Bank supports boleto, card payments, carnê, subscriptions, and Open Finance flows. The Skill retrieves documentation and code samples for each method from doc_* and scripts/*.php files, enabling rapid implementation across multiple payment types.

How do I handle webhook events from Efí Bank?

Webhook handling is covered in doc_* documentation and error templates stored in templates/*-erros.json. The Skill extracts webhook event structures, error codes, and response patterns to help you process payment notifications reliably.

Can I use Efí Bank API examples with Python or Flutter projects?

Yes. While the Skill includes PHP scripts by default, the Core Task Description covers code examples, parameter explanations, and authentication guidance across Python/FastAPI and Flutter stacks, sourced from comprehensive doc_* files.

What error handling templates are available for Efí Bank integration?

Error handling templates are stored in templates/*-erros.json and indexed by the Skill. These templates guide you through common issues, error codes, and recovery patterns specific to PIX, boleto, and subscription workflows.

Do I need to know the Efí Bank API structure before using code examples?

The Skill reduces cognitive load by assembling relevant doc excerpts, parameter explanations, and authentication details from official documentation. You can begin implementation with basic PHP or framework knowledge; the Skill provides the API structure details you need.