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 interacts with the Zendry API to manage various payment-related resources, specifically supporting operations for Payments (Pix Out) such as listing webhooks. It is useful for automating payment processing workflows, monitoring webhook notifications, and integrating payment data retrieval into automation pipelines. For example, it can be used to list all registered webhooks to monitor payment events or update webhook configurations programmatically.

Use Case Examples

  1. Listing all webhooks registered in the Zendry system to monitor payment notifications.
  2. Automating the retrieval of webhook details for audit or integration purposes.

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 can be changed if necessary.
Additional Fields Optional parameters to refine or customize the API request, such as filters, webhook URL, webhook type ID, authorization header value, and other webhook-related settings.
Required Fields (JSON) JSON object containing required fields for the specific operation, as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the requested data, such as the list of webhooks.

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing access tokens, resulting in authentication errors.
  • Malformed JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties can cause parsing errors; ensure valid JSON format.
  • Missing required parameters for specific operations, such as 'webhook_type_id' or 'url' for webhook registration, will trigger errors indicating the missing fields.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, parameters, and usage examples.

Discussion