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 Pix payments, webhooks, account management, cryptocurrency transactions, and checkout processes. Specifically, for the 'Crypto' resource and 'Create Checkout (Pix)' operation, it allows users to create a Pix checkout by sending a POST request to the Zendry API with required and optional parameters. This is useful for automating payment processing and checkout creation in financial applications that support Pix payments in Brazil.

Use Case Examples

  1. Creating a Pix checkout with custom expiration time and external reference for tracking.
  2. Generating a checkout with an external link for user payment.
  3. Automating payment authorization and webhook notifications during checkout creation.

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

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created checkout or error information.

Dependencies

  • Zendry API

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to perform the operation.
  • The 'requestBody' must be a valid JSON string; invalid JSON will cause an error.
  • Required fields for the operation must be provided; missing mandatory fields will result in errors.
  • Check that the Base URL is correct and accessible; network issues can cause request failures.
  • If using webhooks, ensure the webhook URL and type ID are correctly set to avoid notification failures.

Links

  • Zendry API Documentation - Official documentation for the Zendry API including Pix, Payments, Webhooks, Account, Crypto, and Checkout operations.

Discussion