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, receipts, webhooks, accounts, and checkout processes. Specifically, for the 'Crypto' resource and 'Register/Update Webhook' operation, it allows users to register or update webhook URLs for receiving notifications from the Zendry platform. This is useful for automating responses to events such as payment updates or crypto transactions. For example, a user can set up a webhook to receive real-time notifications when a crypto payment is received or confirmed.

Use Case Examples

  1. Register a webhook URL to receive notifications about crypto payments.
  2. Update an existing webhook with a new URL or authorization header.

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

Output

JSON

  • json - The JSON response from the Zendry API for the webhook registration or update operation, containing details of the registered webhook or error information.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Ensure the 'accessToken' is valid and has the necessary permissions to register or update webhooks.
  • The 'webhook_type_id' and 'url' fields are mandatory for this operation; missing these will cause errors.
  • The 'requestBody' must be a valid JSON string; invalid JSON will cause parsing errors.
  • Check network connectivity and API endpoint availability if requests fail.

Links

Discussion