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 manage various Pix-related operations, including registering or updating webhooks for notifications. It allows users to configure webhooks by specifying the webhook type ID and the destination URL for notifications, along with optional authorization headers. This is useful for automating responses to Pix payment events or other webhook-triggered actions in financial workflows.

Use Case Examples

  1. Register a webhook to receive notifications about Pix payment status changes by providing the webhook type ID and the webhook 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 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, authorization header value, and other optional metadata.
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 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 Required Fields (requestBody) is valid and correctly formatted.
  • If the API returns an error, review the error message for details such as invalid parameters or authentication issues.

Links

Discussion