Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node creates a static QR code for a Pix payment using the Woovi API. It is useful for automating the generation of payment QR codes with specific details such as the payment amount, associated Pix key, and optional metadata like a correlation ID or comment. Practical applications include generating QR codes for invoices, service payments, or any scenario requiring a fixed payment request via Pix.
Use Case Examples
- Creating a QR code named 'my-qr-code' with a value of 100 cents linked to a specific Pix key for a service payment.
- Generating a QR code with a correlation ID to track the payment request in your system.
Properties
| Name | Meaning |
|---|---|
| Name | Name of this Pix QR code, used to identify the QR code. |
| Value | Value in cents of this QR code, representing the payment amount. |
| Correlation ID | Your correlation ID to keep track of this QR code, useful for internal tracking. |
| Comment | Comment to be added in infoPagador, providing additional payment information. |
| Pix Key | The Pix key that this QR code is associated with, linking the payment to a specific account. |
Output
JSON
name- Name of the created QR code.value- Value in cents of the QR code.correlationID- Correlation ID used to track the QR code.comment- Comment added to the payment information.pixKey- Pix key associated with the QR code.qrCodeData- Data representing the generated QR code, typically a string or URL.
Dependencies
- Woovi API with API key credential for authentication
Troubleshooting
- Unsupported resource/operation error if the resource or operation parameters are incorrect or not implemented.
- API errors from Woovi service such as authentication failures or invalid parameters.
- Ensure all required fields like 'Name' and 'Value' are provided to avoid validation errors.