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 the Checkout resource, specifically to get the account balance in this context. It is useful for users who want to programmatically retrieve their account balance from Zendry's financial services platform. For example, it can be used in financial dashboards, automated reporting, or integration workflows that require up-to-date account balance information.

Use Case Examples

  1. Retrieve the current account balance to display in a financial dashboard.
  2. Automate balance checks before initiating payments or transfers.
  3. Integrate balance data into accounting or ERP systems for reconciliation.

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 operations, though not specifically used for the Get Account Balance operation.
Required Fields (JSON) JSON object containing required fields for the operation, though for Get Account Balance this is typically empty or not required.

Output

JSON

  • json - The JSON response from the Zendry API containing 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 Base URL should not be changed unless necessary; incorrect URLs will cause connection failures.
  • The requestBody must be valid JSON if used; invalid JSON will cause parsing errors.
  • Required parameters for other operations must be provided; missing required fields will cause errors.

Links

Discussion