Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
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
- Creating a Pix checkout receipt for an online purchase with a specified amount, customer name, and document ID.
- 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
- Zendry API Documentation - Official documentation for the Zendry API, including Pix checkout creation.
