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 API to perform various operations related to Payments (Pix Out), including retrieving the USDT quotation. It is useful for automating payment processing, querying payment statuses, and obtaining cryptocurrency exchange rates within workflows. For example, it can fetch the current USDT quotation to facilitate crypto payment conversions or manage Pix payment transactions.

Use Case Examples

  1. Retrieve the current USDT quotation to update pricing in a crypto payment system.
  2. Fetch payment details by reference code to verify transaction status.
  3. Create a Pix payment manually or via DICT initiation type.

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 to customize the request, such as generator name, document, external references, expiration time, filters, webhook settings, 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 result of the requested operation.

Dependencies

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

Troubleshooting

  • Ensure the Access Token is valid and has not expired to avoid authentication errors.
  • Verify that the JSON provided in 'Required Fields (JSON)' is valid and correctly formatted to prevent parsing errors.
  • Check that mandatory parameters like 'reference_code', 'end_to_end', or 'webhook_type_id' are provided when required by the operation to avoid missing parameter errors.
  • If the base URL is changed, ensure it points to a valid Zendry API endpoint to prevent connection failures.

Links

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

Discussion