Zendry Global API 1.0
Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken
Actions120
- Crypto Actions
- Register/Update Webhook
- Generate Crypto Payment
- Get USDT Quotation
- List Webhook Types
- Remove Webhook
- List Webhooks
- Get Account Balance
- Generate Crypto Wallet
- Simulate Crypto Receivement
- Generate Checkout
- Create QRCode (Pix)
- List QRCodes
- Create Payment (DICT)
- Get Payment by Reference Code
- Simulate QRCode Payment
- List Payments
- Get Payment by Idempotent ID
- Create Checkout (Pix)
- Get by EndToEnd
- Create Payment (Manual)
- Checkout Actions
- Create QRCode (Pix)
- Get by EndToEnd
- Create Checkout (Pix)
- List QRCodes
- Simulate QRCode Payment
- Create Payment (DICT)
- Create Payment (Manual)
- Get Account Balance
- Get USDT Quotation
- Generate Crypto Payment
- Simulate Crypto Receivement
- List Payments
- Get Payment by Reference Code
- Get Payment by Idempotent ID
- List Webhook Types
- Register/Update Webhook
- Remove Webhook
- List Webhooks
- Generate Crypto Wallet
- Generate Checkout
- Webhooks Actions
- List Webhooks
- Create QRCode (Pix)
- List QRCodes
- Get by EndToEnd
- Simulate QRCode Payment
- Get Payment by Idempotent ID
- Register/Update Webhook
- Create Payment (Manual)
- Get Payment by Reference Code
- Generate Crypto Wallet
- Simulate Crypto Receivement
- Get USDT Quotation
- List Webhook Types
- Create Checkout (Pix)
- Create Payment (DICT)
- List Payments
- Remove Webhook
- Get Account Balance
- Generate Checkout
- Generate Crypto Payment
- Receipts (Pix) Actions
- Create Checkout (Pix)
- List QRCodes
- Create Payment (Manual)
- Get Payment by Idempotent ID
- Get by EndToEnd
- Get Payment by Reference Code
- Create Payment (DICT)
- Register/Update Webhook
- Get USDT Quotation
- Generate Crypto Payment
- Generate Crypto Wallet
- Get Account Balance
- Create QRCode (Pix)
- Simulate QRCode Payment
- List Payments
- List Webhook Types
- Remove Webhook
- Simulate Crypto Receivement
- Generate Checkout
- List Webhooks
- Payments (Pix Out) Actions
- Create Payment (DICT)
- Create QRCode (Pix)
- Create Checkout (Pix)
- Get by EndToEnd
- Create Payment (Manual)
- Get Payment by Reference Code
- Get Payment by Idempotent ID
- List Webhook Types
- Remove Webhook
- Generate Crypto Payment
- List Webhooks
- Simulate Crypto Receivement
- Get USDT Quotation
- Simulate QRCode Payment
- List Payments
- Register/Update Webhook
- Get Account Balance
- Generate Crypto Wallet
- Generate Checkout
- List QRCodes
- Account Actions
- Create QRCode (Pix)
- Create Payment (DICT)
- Register/Update Webhook
- Create Checkout (Pix)
- Get by EndToEnd
- Create Payment (Manual)
- Get Payment by Reference Code
- Generate Crypto Wallet
- Generate Crypto Payment
- List Webhooks
- Generate Checkout
- List QRCodes
- Simulate QRCode Payment
- List Payments
- Get Payment by Idempotent ID
- List Webhook Types
- Remove Webhook
- Get Account Balance
- Get USDT Quotation
- Simulate Crypto Receivement
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
- Generating a Pix QR Code for a new checkout transaction with optional parameters like generator name, document, expiration time, and external reference.
- 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
- Zendry API Pix QR Codes Documentation - Official documentation for creating Pix QR Codes using the Zendry API.