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 API to perform various operations related to payments, Pix transactions, webhooks, account information, cryptocurrency, and checkout processes. Specifically, for the 'Payments (Pix Out)' resource and the '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 automating financial workflows, monitoring account balances, and integrating payment data into broader automation processes.

Use Case Examples

  1. Automatically check account balance before initiating a payment.
  2. Monitor account balance changes and trigger alerts or other workflows.
  3. Integrate account balance data into financial reporting or dashboards.

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 can be changed if necessary.
Additional Fields Optional parameters that can be added for various operations, including generator name, document, external references, expiration time, external links, filters, webhook URLs and types, 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 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' must be a valid JSON string; invalid JSON will cause parsing errors.
  • Required parameters for specific operations must be provided; missing required fields will cause errors.
  • Network or API endpoint issues may cause request failures; verify the Base URL and network connectivity.

Links

Discussion