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 perform various operations related to payments, Pix receipts, webhooks, account balance, cryptocurrency transactions, and checkout charges. Specifically, for the 'Checkout' resource with the 'Generate Checkout' operation, it generates a payment charge based on a JSON input describing the charge details such as amount, description, callback URL, expiration date, generator information, and payment methods. This is useful for automating the creation of payment requests or checkout sessions in e-commerce or payment processing workflows.

Use Case Examples

  1. Generating a checkout charge for an online order with specific payment methods like Pix.
  2. Creating a payment request with a callback URL to handle payment confirmation asynchronously.

Properties

Name Meaning
Charge (JSON) A JSON object containing the details of the charge to be generated, including value in cents, description, callback URL, expiration date, generator document and name, and allowed payment methods.

Output

JSON

  • json - The JSON response from the Zendry API containing the generated charge details.

Dependencies

  • Zendry API with an API key credential

Troubleshooting

  • Ensure the 'charge' JSON input is correctly formatted and contains all required fields to avoid API errors.
  • If the API request fails, check the Zendry API credentials and network connectivity.
  • Common error messages may include missing required fields or invalid JSON format; verify input parameters accordingly.

Links

Discussion