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 to perform various operations related to the Checkout resource, specifically to get the USDT quotation. It is useful for users who need to retrieve cryptocurrency exchange rates, particularly the USDT quotation, from the Zendry API. This can be applied in scenarios where real-time cryptocurrency pricing is required for financial applications, payment processing, or crypto trading platforms.

Use Case Examples

  1. Retrieve the current USDT quotation to display live cryptocurrency prices in a dashboard.
  2. Use the USDT quotation to convert transaction amounts from fiat to USDT in a payment processing workflow.

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.
Additional Fields Optional parameters that can be added to the request, such as generator name, document, external reference, expiration time, external link, filters, webhook URL, webhook type ID, authorization header value, 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 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 the necessary permissions to access the Zendry API.
  • Verify that the Base URL is correct and reachable from the network where the node is running.
  • Make sure the JSON provided in 'Required Fields (JSON)' is valid and matches the API's expected schema.
  • Check for mandatory parameters in the Additional Fields collection if the operation requires them, such as webhook_type_id or reference_id.
  • Common error messages include missing required parameters or invalid JSON format; these can be resolved by providing the correct parameters and valid JSON.

Links

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

Discussion