Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to manage Pix receipts, specifically allowing the creation of Pix QR codes. It is useful for generating payment QR codes with customizable parameters such as value, generator details, expiration time, and external references. Practical applications include automating payment requests and generating QR codes for customer payments in e-commerce or service platforms.
Use Case Examples
- Creating a Pix QR code for a payment of 100 cents with an optional generator name and document.
- Setting a custom expiration time for the QR code to control payment validity.
- Adding an external reference to link the QR code to an internal system or order ID.
Properties
| Name | Meaning |
|---|---|
| Value (cents) | The amount in cents for the Pix QR code payment. Must be at least 1 cent. |
| Generator Name | Optional name of the entity generating the QR code. |
| Generator Document | CPF or CNPJ number (only digits) of the generator. Required if generator name is provided. |
| Expiration (seconds) | Time in seconds before the QR code expires. Default is 1800 seconds (30 minutes). |
| External Reference | Optional external reference string to associate with the QR code. |
Output
JSON
json- The JSON response from the Zendry API containing details of the created Pix QR code, including the QR code data and metadata.
Dependencies
- Zendry API with authentication credentials
Troubleshooting
- Ensure the 'Value (cents)' is at least 1; otherwise, the API will reject the request.
- If 'Generator Name' is provided, 'Generator Document' must also be provided and be a valid CPF/CNPJ number.
- Network or authentication errors may occur if the Zendry API credentials are incorrect or missing.
- Malformed JSON or invalid parameters will cause the API to return errors; verify all inputs before execution.
Links
- Zendry API Documentation - Official documentation for the Zendry API used by this node.
