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 the Checkout resource, specifically including the removal of webhooks. It allows users to manage webhooks by removing a registered webhook based on its webhook type ID. This is useful in scenarios where webhook notifications are no longer needed or need to be updated. For example, a user can remove a webhook that was previously set up to receive payment notifications when it is no longer relevant.

Use Case Examples

  1. Removing a webhook by specifying its webhook type ID to stop receiving notifications for that webhook type.
  2. Managing webhook lifecycle by programmatically removing outdated or unused webhooks.

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 that can be provided, including webhook_type_id which is required for removing a webhook.

Output

JSON

  • json - The JSON response from the Zendry API after attempting to remove the webhook, typically confirming success or providing error details.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Common errors include missing or invalid webhook_type_id, which is required to identify the webhook to remove. The node will throw an error if this parameter is not provided.
  • Invalid or expired access tokens will cause authentication failures. Ensure the access token is valid and has the necessary permissions.
  • Malformed JSON in the requestBody or additionalFields can cause parsing errors. Ensure JSON inputs are valid.

Links

Discussion