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 cryptocurrency, payments, webhooks, accounts, and checkouts. Specifically, for the 'Crypto' resource and 'Remove Webhook' operation, it allows users to remove a registered webhook by specifying the webhook type ID. This is useful for managing webhook subscriptions and stopping notifications from certain webhook types. Practical use cases include automating webhook management in payment or crypto transaction workflows.

Use Case Examples

  1. Removing a webhook subscription for a specific webhook type ID to stop receiving notifications.
  2. Automating webhook cleanup in a crypto payment processing system.

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 provided, including webhook_type_id which is required for removing a webhook, and other optional webhook-related fields.
Required Fields (JSON) JSON object containing required fields for the operation as per API documentation.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common errors include missing required parameters such as webhook_type_id, which will cause the node to throw an error indicating the missing field.
  • Invalid JSON in the 'Required Fields (JSON)' input will cause a parsing error; ensure the JSON is valid.
  • API request failures due to invalid access tokens or network issues will result in error messages from the Zendry API, which should be checked and resolved accordingly.

Links

Discussion