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, the generator's name and document, and an external link. This is useful for automating payment requests and generating Pix payment checkouts programmatically, for example, in e-commerce or billing systems.

Use Case Examples

  1. Creating a Pix checkout receipt for a customer with a specified amount and generator details.
  2. Automating the generation of Pix payment links with external references for tracking.

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 An external URL link associated with the checkout, possibly for reference or redirection.

Output

JSON

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

Dependencies

  • Zendry API with API key credential

Troubleshooting

  • Ensure all required fields (value_cents_checkout, generator_name_checkout, generator_document_checkout, external_link_checkout) are provided to avoid validation errors.
  • Check API credentials and network connectivity if the request to Zendry API fails.
  • Handle API errors gracefully; the node throws errors if the API call fails unless 'Continue On Fail' is enabled.

Links

Discussion