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 provides access to the Zendry Global API, enabling interaction with various Zendry services such as Pix receipts, payments, webhooks, account information, cryptocurrency operations, and checkout processes. Specifically, for the 'Crypto' resource and 'Get USDT Quotation' operation, it fetches the current USDT (Tether) cryptocurrency quotation from the Zendry API. This node is useful for workflows that require real-time cryptocurrency price data, such as financial applications, trading bots, or payment processing systems that accept USDT.

Use Case Examples

  1. Fetch the current USDT quotation to display live cryptocurrency prices in a dashboard.
  2. Use the USDT quotation to convert cryptocurrency payments to local currency values in an automated billing system.

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 for various resources and operations, though not specifically required for the USDT quotation operation.
Required Fields (JSON) JSON object containing required fields for the operation, which is empty for the USDT quotation operation.

Output

JSON

  • json - The JSON response from the Zendry API containing the USDT quotation data.

Dependencies

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

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 if provided; invalid JSON will cause parsing errors.
  • Required parameters for other operations must be provided; missing required fields will cause errors.
  • Network issues or incorrect Base URL can cause request failures; verify connectivity and URL correctness.

Links

Discussion