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 users to list QR codes associated with Pix receipts. It supports filtering the list of QR codes using JSON-based filters, such as pagination or registration start date. This node is useful for scenarios where users need to retrieve and manage multiple Pix QR codes programmatically, for example, to display them in a dashboard or to process them further in an automated workflow.
Use Case Examples
- A business wants to retrieve all Pix QR codes created after a certain date to reconcile payments.
- An application needs to paginate through Pix QR codes to display them in a user interface.
Properties
| Name | Meaning |
|---|---|
| Filters (JSON) | JSON object to filter the list of QR codes, e.g., by page number or registration start date. |
Output
JSON
json- The JSON response from the Zendry API containing the list of Pix QR codes matching the filters.
Dependencies
- Zendry API with API key credential
Troubleshooting
- Ensure the Zendry API credentials are correctly configured and valid to avoid authentication errors.
- The Filters (JSON) property must be a valid JSON string or object; invalid JSON will cause parsing errors.
- API rate limits or network issues may cause request failures; check network connectivity and Zendry API status if errors occur.
Links
- Zendry API Pix QR Codes Documentation - Official documentation for the Pix QR codes endpoints used by this node.