Automate Brazilian PIX QR Code Generation
detail.loadingPreview
Streamline your payment processes in Brazil with this n8n workflow that automatically generates PIX QR codes. Simplify transactions for your customers and ensure swift, secure payments, integrating effortlessly into your existing systems.
About This Workflow
This powerful n8n workflow provides a seamless solution for businesses operating in Brazil to automate the generation of PIX QR codes. Leveraging a custom code node (Generate PIX) to prepare payment data and an HTTP request node (QRCodePIX) to interact with an external QR code API, this workflow transforms complex payment setup into a simple, repeatable process. It handles the crucial steps of defining payment details, invoking the generation service, and capturing the resulting QR code information, drastically reducing manual effort and potential errors in financial transactions. Ideal for e-commerce, service providers, and any entity requiring efficient PIX payment collection.
Key Features
- Automated PIX QR Code Generation: Instantly create PIX QR codes programmatically.
- Customizable Payment Data Input: Easily define payment amount, recipient key, description, and other PIX parameters.
- External API Integration: Connects with third-party QR code generation services via HTTP requests.
- Structured Output: Provides the generated QR code image or data, ready for display or further processing.
- Flexible Triggering: Manual trigger for testing and ad-hoc use, easily adaptable for scheduled or webhook triggers.
How To Use
- Trigger the Workflow: Initiate the process using the
Click Test(manual trigger) or replace it with your preferred trigger (e.g., webhook, schedule). - Configure Payment Details: Use the
PixFieldSendnode to input the necessary PIX payment parameters such as amount, recipient key, city, and transaction ID. - Prepare PIX Payload: The
Generate PIXcode node processes these details and formats them into a payload suitable for the QR code API. - Call QR Code API: Update the
QRCodePIX(HTTP Request) node with your chosen PIX QR code generation API endpoint, authentication credentials, and request body. - Retrieve Generated QR Code: The
PIXFieldsnode will then capture and store the response from the API, containing the generated QR code data or image, ready for your application.
Apps Used
Workflow JSON
{
"id": "920e8ba8-ae43-4b05-97e7-fd389ce82243",
"name": "Automate Brazilian PIX QR Code Generation",
"nodes": 18,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 920e8ba8-ae43...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Google Sheets to Icypeas: Automated Bulk Domain Scanning
This workflow streamlines the process of performing bulk domain scans by integrating your Google Sheets data directly with the Icypeas platform. Automate the submission of company names from your spreadsheet to Icypeas for comprehensive domain information, saving valuable time and effort.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.