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 integrates with the Zendry Global API to perform various operations related to Pix receipts, payments, webhooks, account information, crypto transactions, and checkout processes. Specifically, for the 'Receipts (Pix)' resource and 'Get Account Balance' operation, it retrieves the current account balance from the Zendry API. This node is useful for automating financial workflows, monitoring account balances, and managing Pix transactions programmatically.

Use Case Examples

  1. Automatically check your Pix account balance to trigger alerts when funds are low.
  2. Integrate with financial dashboards to display real-time account balance information.
  3. Use in workflows that require verification of available funds before processing payments.

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 operation, such as generator name, document, external references, expiration time, filters, webhook details, 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 account balance details for the 'Get Account Balance' operation.

Dependencies

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

Troubleshooting

  • Ensure the Access Token is valid and has not expired; invalid tokens will cause authentication errors.
  • The 'requestBody' field must contain valid JSON; malformed JSON will cause parsing errors.
  • Required parameters for specific operations must be provided; missing mandatory fields will result in errors indicating which field is missing.
  • Network issues or incorrect Base URL configuration can cause request failures; verify connectivity and URL correctness.

Links

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

Discussion