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 accounts, payments, Pix receipts, webhooks, crypto, and checkout services. Specifically, for the 'Account' resource and 'Get Account Balance' operation, it retrieves the current balance of the user's account from the Zendry API. This node is useful for financial applications where real-time account balance information is needed, such as in payment processing systems, financial dashboards, or automated accounting workflows.

Use Case Examples

  1. Retrieve the current balance of a Zendry account to display in a financial dashboard.
  2. Use the account balance information to trigger alerts or automated actions when funds fall below a certain threshold.

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 for various resources and operations, such as generator name, document, external references, expiration time, filters, webhook URLs, and authorization headers.
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 account balance data.

Dependencies

  • Zendry API access requiring a valid Bearer access token

Troubleshooting

  • Ensure the Access Token is valid and has not expired; invalid tokens will cause authentication errors.
  • The 'requestBody' field must be valid JSON; invalid JSON will cause parsing errors.
  • Required parameters for specific operations must be provided, such as 'webhook_type_id' for webhook operations or 'reference_id' for payment operations; missing required parameters will cause errors.
  • 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