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 Webhooks, Pix payments, receipts, accounts, crypto, and checkout services. Specifically, the 'Get by EndToEnd' operation under the 'Webhooks' resource retrieves webhook information by a unique 'end_to_end' identifier. This node is useful for automating and integrating payment and webhook management workflows, such as fetching webhook details for transaction tracking or notification purposes.

Use Case Examples

  1. Retrieve webhook details by providing the 'end_to_end' identifier to monitor payment status updates.
  2. Use the node to automate webhook management by fetching webhook configurations based on unique transaction identifiers.

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 to customize the API request, 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 specific operation, as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the requested data, such as webhook details for the 'Get by EndToEnd' operation.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Common errors include missing required parameters such as 'end_to_end' for the 'Get by EndToEnd' operation, which will cause the node to throw an error indicating the missing field.
  • Invalid JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties will cause parsing errors; ensure these fields contain valid JSON.
  • API request failures due to invalid access tokens or network issues will result in errors; verify the access token and network connectivity.

Links

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

Discussion