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 create a Pix QR Code for checkout purposes. It allows users to generate a QR Code that can be used for payment processing via Pix, a popular instant payment system in Brazil. This node is useful for e-commerce platforms, payment gateways, or any application that needs to generate Pix QR Codes for customer payments. For example, an online store can use this node to create a QR Code for a customer's purchase, which the customer can then scan to complete the payment.

Use Case Examples

  1. Generating a Pix QR Code for a new checkout transaction with optional parameters like generator name, document, expiration time, and external reference.
  2. Creating a QR Code with a custom expiration time and external link for a specific checkout scenario.

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. Usually not changed unless necessary.
Additional Fields Optional parameters to customize the QR Code creation, such as generator name, generator document (CPF/CNPJ), external reference for tracking, expiration time in seconds, external link for checkout, filters in JSON format, webhook URL and type, authorization header for webhook, and payment authorization status.
Required Fields (JSON) A JSON object containing the required fields for the QR Code creation operation, as specified by the Zendry API documentation.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to create Pix QR Codes.
  • Verify that the JSON provided in 'Required Fields (JSON)' is correctly formatted and contains all mandatory fields as per Zendry API documentation.
  • If the node throws an error about missing required parameters (e.g., 'end_to_end', 'reference_id'), check that these are provided either in the request body or additional fields.
  • Network or API endpoint issues can cause request failures; verify the Base URL and network connectivity.

Links

Discussion