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, accounts, webhooks, crypto, and checkout services. Specifically, for the 'Account' resource and 'Create QRCode (Pix)' operation, it allows users to create Pix QR codes by sending a POST request to the Zendry API with required and optional parameters. This is useful for generating payment QR codes for Pix transactions, which can be used in payment processing systems or financial applications.

Use Case Examples

  1. Generating a Pix QR code for a payment request with optional expiration time and generator details.
  2. Creating a QR code with an external reference for tracking purposes.

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, and external reference.
Required Fields (JSON) A JSON object containing the required fields for the QR code creation operation as per Zendry API documentation.

Output

JSON

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

Dependencies

  • Zendry API access requiring a valid Bearer access token.

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 QR code creation must be provided; missing mandatory fields will result in API errors.
  • Check the 'additionalFields' for correct data types and valid values to avoid request failures.

Links

Discussion