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 accounts, Pix payments, webhooks, crypto payments, and checkouts. Specifically, for the 'Account' resource and 'Create Checkout (Pix)' operation, it allows users to create a Pix checkout by sending a POST request to the Zendry API with the 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 mandatory fields and optional parameters like external link and expiration time.
  2. Automating the generation of Pix payment requests for e-commerce platforms using the Zendry API.

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, which should not be changed unless necessary.
Additional Fields Optional parameters to customize the checkout creation, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization header for webhooks.
Required Fields (JSON) JSON object containing the mandatory fields required by the operation as per the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the result of the checkout creation or other requested operation.

Dependencies

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

Troubleshooting

  • Ensure the 'requestBody' JSON is valid and contains all required fields; invalid JSON will cause errors.
  • Missing required parameters like 'external_link' for checkout creation will result in errors.
  • API authentication errors may occur if the access token is invalid or expired; verify the token's validity.
  • Network or API endpoint issues can cause request failures; check the base URL and network connectivity.

Links

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

Discussion