Actions18
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Account Actions
- Checkout Actions
Overview
This node integrates with the Zendry API to perform operations related to Pix QR Codes under the 'Receipts (Pix)' resource. Specifically, the 'List QR Codes' operation allows users to retrieve a list of generated Pix QR Codes. This is useful for applications that need to manage or display existing QR Codes for payment or record-keeping purposes. For example, a financial dashboard could use this node to fetch and show all active Pix QR Codes associated with a client account.
Use Case Examples
- A business wants to display all Pix QR Codes it has generated to customers for payment.
- An accounting system needs to periodically retrieve and log all Pix QR Codes for reconciliation.
Properties
| Name | Meaning |
|---|---|
| Client ID | Client ID of the Zendry application, used for authentication. |
| Client Secret | Client Secret of the Zendry application, used for authentication. |
| Endpoint | API endpoint to call, e.g., /v1/pix/qrcodes. Required if no predefined operation is selected. |
| HTTP Method | HTTP method for the API request (GET, POST, PUT, PATCH, DELETE). Required if no predefined operation is selected. |
| Body (JSON) | Request body in JSON format, used for non-GET requests. |
Output
JSON
json- The JSON response from the Zendry API containing the list of QR Codes or other requested data.
Dependencies
- Zendry API authentication via Client ID and Client Secret
Troubleshooting
- Ensure Client ID and Client Secret are correctly provided; missing credentials will cause authentication errors.
- The 'Body (JSON)' field must contain valid JSON when used; invalid JSON will cause request failures.
- If no predefined operation is selected, the 'Endpoint' and 'HTTP Method' fields must be correctly set to avoid errors.
- API token retrieval errors may occur if the Zendry API is unreachable or credentials are invalid.
Links
- Zendry API Documentation - Official documentation for the Zendry API endpoints and usage.