Zendry API 1.0 icon

Zendry API 1.0

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

Overview

This node integrates with the Zendry API to create a Pix checkout receipt. It allows users to generate a Pix checkout with specified payment details such as the amount in cents, generator's name and document, and an external link. 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.

Use Case Examples

  1. Creating a Pix checkout receipt for an online purchase with a specified amount, customer name, and document ID.
  2. Generating a Pix checkout link that can be shared externally for payment collection.

Properties

Name Meaning
Value (cents) The amount in cents to be charged in the Pix checkout.
Generator Name The name of the person or entity generating the Pix checkout.
Generator Document The CPF or CNPJ document number of the generator, required for identification.
External Link A URL link associated with the checkout, possibly for redirection or reference.

Output

JSON

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

Dependencies

  • Requires Zendry API credentials for authentication and access to the Zendry API endpoints.

Troubleshooting

  • Ensure all required fields (value_cents_checkout, generator_name_checkout, generator_document_checkout, external_link_checkout) are provided; missing these will cause errors.
  • API authentication errors may occur if Zendry API credentials are not set or invalid.
  • Network or API endpoint issues can cause request failures; verify the base URL and network connectivity.

Links

Discussion