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 Webhooks, Account, Pix payments, Crypto, and Checkout services. Specifically, for the 'Webhooks' 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 webhook configurations in payment and crypto systems.

Use Case Examples

  1. Automatically check your Zendry account balance to trigger alerts or further processing when funds are low.
  2. Integrate Zendry account balance checks into your financial dashboard for real-time updates.
  3. Use the node to fetch account balance as part of a larger workflow involving payments and webhook notifications.

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 reference, expiration time, webhook URL, webhook type ID, authorization header value, and authorization status.
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 requested data, such as account balance details.

Dependencies

  • Zendry API access requiring a valid Bearer access token.

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to access the Zendry API.
  • Verify that the Base URL is correct and reachable; the default should be used unless a custom endpoint is required.
  • When providing JSON in 'Required Fields (JSON)', ensure it is valid JSON to avoid parsing errors.
  • Mandatory parameters like webhook_type_id or URL must be provided for webhook operations; missing these will cause errors.
  • If the node throws an error about unsupported resources or operations, verify that the selected resource and operation are supported by the node.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, parameters, and usage examples.

Discussion