Zendry Global API 1.0 icon

Zendry Global API 1.0

Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken

Actions120

Overview

This node integrates with the Zendry Global API to perform various operations related to Webhooks, Pix payments, accounts, crypto, and checkout services. Specifically, for the 'Webhooks' resource and 'List QRCodes' operation, it retrieves a list of QR codes generated via the Zendry API. This is useful for scenarios where you need to manage or monitor QR codes for Pix payments, such as fetching all active QR codes or filtering them based on specific criteria.

Use Case Examples

  1. A business using Pix payments can list all QR codes generated for transactions to reconcile payments.
  2. A developer can fetch QR codes with specific filters to analyze payment patterns or statuses.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating with the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br, which should not be changed unless necessary.
Additional Fields Optional parameters to refine the QR code listing, such as generator name, document, external reference, expiration time, external link, JSON filters, webhook URL and type, authorization header for webhook, and payment authorization status.
Required Fields (JSON) JSON object containing required fields for the operation as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the list of QR codes or relevant data for the requested operation.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Common issues include invalid or missing access tokens, resulting in authentication errors.
  • Malformed JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties can cause parsing errors; ensure valid JSON format.
  • Missing mandatory parameters like 'end_to_end' or 'reference_id' for specific operations will throw errors; verify required fields are provided.
  • Network or API endpoint errors may occur if the base URL is incorrect or the Zendry API is unreachable.

Links

Discussion