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, Pix payments, webhooks, account information, and checkout processes. Specifically, for the 'Crypto' resource and 'Create Payment (Manual)' operation, it allows users to manually create a cryptocurrency payment by sending a POST request to the Zendry API with the required payment details. This node is useful for automating payment creation workflows, tracking payments, and integrating payment processing into larger automation systems.

Use Case Examples

  1. Creating a manual crypto payment by providing payment details in JSON format.
  2. Automating the creation of Pix payments or QR codes for payment collection.
  3. Registering and managing webhooks for payment notifications.

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.
Additional Fields Optional parameters to customize the request, such as generator name, document, external reference, expiration time, external link, filters, webhook URL and type, authorization header for webhook, and payment authorization status.
Required Fields (JSON) JSON object containing the required fields for the operation as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created payment or other requested data.

Dependencies

  • Zendry API access requiring a valid Bearer access token.

Troubleshooting

  • Ensure the 'requestBody' JSON is valid and correctly formatted; invalid JSON will cause errors.
  • Required fields such as 'reference_id' or 'end_to_end' must be provided for certain operations; missing these will throw errors.
  • Check that the access token is valid and has the necessary permissions to perform the requested operation.
  • If the API base URL is changed, verify it is correct to avoid connection errors.

Links

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

Discussion