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 interacts with the Zendry Global API, specifically supporting various resources including Receipts (Pix), Payments, Webhooks, Account, Crypto, and Checkout. For the 'Receipts (Pix)' resource with the 'Get USDT Quotation' operation, it fetches the current USDT cryptocurrency quotation from the Zendry API. This is useful for applications needing real-time USDT price data, such as financial dashboards, crypto payment processing, or automated trading systems.

Use Case Examples

  1. Fetch the current USDT quotation to display on a cryptocurrency payment page.
  2. Use the USDT quotation to convert transaction amounts from fiat to USDT in real-time.
  3. Integrate with a crypto wallet service to update balance values based on current USDT prices.

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 that can be added depending on the resource and operation, such as generator name, document, external references, expiration time, filters, webhook URLs, and authorization headers.
Required Fields (JSON) JSON object containing required fields for the specific operation as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the requested data, such as the USDT quotation details.

Dependencies

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

Troubleshooting

  • Ensure the Access Token is valid and has not expired; invalid tokens will cause authentication errors.
  • The 'requestBody' must be a valid JSON string; invalid JSON will cause parsing errors.
  • Required parameters for specific operations must be provided, e.g., 'end_to_end' for 'getByEndToEnd' operation or 'reference_id' for 'payQr'. Missing these will cause errors.
  • Network issues or incorrect Base URL can cause request failures; verify connectivity and URL correctness.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, parameters, and usage examples.

Discussion