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 checkout receipt. It allows users to generate a Pix payment checkout by sending a POST request to the Zendry API's /v1/pix/checkout endpoint. This is useful for businesses or developers who want to automate the creation of Pix payment checkouts for their customers, enabling seamless payment processing via Pix QR codes or checkout links.

Use Case Examples

  1. Creating a Pix checkout for a customer with an external link to the payment page.
  2. Automating the generation of Pix payment requests with optional parameters like expiration time or external references for tracking.

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 checkout creation, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization header for webhooks.
Required Fields (JSON) JSON object containing the required fields for the checkout creation request, as specified by the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created Pix checkout receipt.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to create Pix checkouts.
  • The requestBody must be a valid JSON string; invalid JSON will cause an error.
  • Required fields for the checkout creation must be provided in the requestBody; missing required fields will result in API errors.
  • If the operation or resource is not supported, the node will throw an error indicating unsupported operation or resource.

Links

Discussion