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 for the Checkout resource. It allows users to specify webhook details such as the webhook type ID, destination URL, and optional authorization header. This is useful for automating notifications and event handling related to checkout processes in payment systems.

Use Case Examples

  1. Automatically register a webhook to receive notifications when a checkout event occurs.
  2. Update an existing webhook's URL or authorization header to change where notifications are sent.

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.
Additional Fields Optional parameters for the webhook registration, including webhook URL, webhook type ID, and authorization header value.
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 after registering or updating the webhook, containing details of the webhook configuration.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Ensure the 'webhook_type_id' and 'url' fields are provided; missing these will cause errors.
  • The 'requestBody' must be valid JSON; invalid JSON will cause parsing errors.
  • Check that the access token is valid and has the necessary permissions to register or update webhooks.
  • If the API base URL is changed, verify it is correct to avoid connection errors.

Links

Discussion