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 receipt. It allows users to generate QR Codes for Pix payments by sending a POST request to the Zendry API with required and optional parameters. This is useful for businesses or developers who want to automate the creation of Pix payment QR Codes for their customers, enabling quick and easy payment processing via Pix.

Use Case Examples

  1. Generate a Pix QR Code for a payment request with optional generator name and expiration time.
  2. Create a Pix checkout QR Code with an external link for payment.
  3. Use additional fields to add metadata like external references or generator documents.

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 QR Code creation, such as generator name, document, expiration time, external reference, and others.
Required Fields (JSON) JSON object containing the required fields for the operation, as specified by the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created Pix 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 valid 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' or 'reference_id'), ensure these are provided either in the required fields or additional fields.
  • Check network connectivity and the base URL if requests fail to reach the Zendry API.

Links

Discussion