Zendry API icon

Zendry API

Integração com Zendry API (Pix, Payments, Webhooks, Account, Crypto, Checkout)

Overview

This node integrates with the Zendry API to perform operations related to Pix QR Codes under the 'Receipts (Pix)' resource. Specifically, the 'Create QR Code' operation allows users to generate a new Pix QR Code for payment collection. This is useful for businesses or applications that need to create Pix payment requests dynamically. For example, a merchant can generate a QR code for a customer's purchase, enabling instant Pix payments.

Use Case Examples

  1. Generate a Pix QR Code for a new payment request using client credentials.
  2. Automate the creation of QR Codes for recurring billing or event ticketing.

Properties

Name Meaning
Client ID Client ID of the Zendry application, used for authentication.
Client Secret Client Secret of the Zendry application, used for authentication.
Endpoint API endpoint to call, e.g., /v1/pix/qrcodes. Required if no predefined operation is selected.
HTTP Method HTTP method to use for the API request (GET, POST, PUT, PATCH, DELETE). Required if no predefined operation is selected.
Body (JSON) Request body in JSON format, used for POST/PUT/PATCH requests to send data to the API.

Output

JSON

  • json - The JSON response from the Zendry API containing the result of the QR code creation request.

Dependencies

  • Requires Zendry API credentials: Client ID and Client Secret for authentication.

Troubleshooting

  • Ensure Client ID and Client Secret are correctly provided; missing credentials will cause authentication errors.
  • The request body must be valid JSON when sending data; invalid JSON will cause errors.
  • If no predefined operation is selected, the Endpoint and HTTP Method must be specified; otherwise, the node will throw an error.
  • API token retrieval errors may occur if the Zendry authentication service is unreachable or credentials are invalid.

Links

Discussion