Zendry API 1.0 icon

Zendry API 1.0

Integração com Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout)

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

  1. A business wants to retrieve all Pix QR codes generated after a certain date to reconcile payments.
  2. 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

Discussion