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 Payments (Pix Out) webhooks, specifically allowing users to register or update webhook URLs for different webhook types. It is useful for automating notification handling related to payment events in Pix Out transactions. For example, a user can register a webhook URL to receive real-time updates about payment status changes or other relevant events from the Zendry platform.

Use Case Examples

  1. Register a webhook URL to receive notifications for a specific webhook type ID related to Pix Out payments.
  2. Update an existing webhook URL or authorization header for a webhook type to change where notifications are sent or how they are authorized.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating API requests to Zendry.
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) A JSON object containing required fields for the operation, which must be valid JSON 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

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

Troubleshooting

  • Common errors include missing required parameters such as webhook_type_id or url, 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 well-formed.
  • Authorization errors may occur if the access token is invalid or expired; verify the token's validity.
  • Network or API endpoint errors may occur if the base URL is incorrect or the Zendry API is unreachable.

Links

Discussion