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 register or update webhooks. It allows users to specify webhook details such as the webhook type ID, destination URL, and optional authorization header. This is useful for automating the management of webhook subscriptions to receive real-time notifications from Zendry services, such as payment updates or other events.

Use Case Examples

  1. Register a new webhook to receive payment notifications by specifying the webhook type ID and the target URL.
  2. Update an existing webhook's URL or authorization header to change where notifications are sent or to secure the webhook endpoint.

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 for the webhook registration, including webhook URL, webhook type ID, authorization header value, and other optional metadata.
Required Fields (JSON) JSON object containing required fields for the operation as per Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API after registering or updating the webhook, containing details of the webhook configuration or error information.

Dependencies

  • Zendry API

Troubleshooting

  • Ensure the access token is valid and has the necessary permissions to register or update webhooks.
  • Verify that the webhook_type_id and url fields are provided, as they are mandatory for this operation.
  • Check that the JSON provided in the Required Fields is valid and correctly formatted to avoid parsing errors.
  • If the API returns an error, review the error message for details such as invalid parameters or authorization issues.

Links

Discussion