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 cryptocurrency, payments, Pix receipts, webhooks, accounts, and checkout processes. Specifically, for the 'Crypto' resource and 'Get Account Balance' operation, it retrieves the current balance of the user's account via a GET request to the Zendry API. This node is useful for users who want to programmatically access their crypto account balance within automated workflows, such as monitoring funds or triggering actions based on balance changes.

Use Case Examples

  1. A user wants to check their crypto account balance regularly and trigger alerts if the balance falls below a threshold.
  2. An automated financial report includes the current crypto account balance fetched via this node.

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, authorization headers, and payment authorization status.
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 account balance details.

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' and 'additionalFields' JSON inputs must be valid JSON; invalid JSON will cause parsing errors.
  • Required parameters for specific operations must be provided; missing required fields will result in errors indicating which parameter is missing.
  • Network or API endpoint issues may cause request failures; verify the Base URL and network connectivity.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing available resources, operations, and required parameters.

Discussion