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 functionality is useful for financial applications or services that need to retrieve and manage Pix QR codes for payment processing or record-keeping.
Use Case Examples
- A business wants to retrieve all Pix QR codes generated after a certain date to reconcile payments.
- A developer needs to paginate through Pix QR codes to display them in a dashboard.
Properties
| Name | Meaning |
|---|---|
| Filters (JSON) | JSON object containing filters to apply when listing QR codes, e.g., pagination or date filters. |
Output
JSON
json- The JSON response from the Zendry API containing the list of Pix QR codes matching the specified 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 API usage limits.
Links
- Zendry API Pix QR Codes Documentation - Official documentation for managing Pix QR codes via the Zendry API.
