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 financial transactions, including generating checkout charges. Specifically, the 'Generate Checkout' operation under the 'Checkout' resource allows users to create a payment charge by sending detailed charge information in JSON format. This is useful for automating payment processing workflows, such as generating payment requests for e-commerce orders or service invoices.

Use Case Examples

  1. Generating a checkout charge for an online order with specific payment methods and expiration date.
  2. Automating the creation of payment requests with detailed descriptions and callback URLs for webhook notifications.

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 details of the generated checkout charge.

Dependencies

  • Zendry API with authentication credentials

Troubleshooting

  • Ensure the 'charge' JSON is correctly formatted and contains all required fields to avoid API errors.
  • Check that the Zendry API credentials are correctly configured and have the necessary permissions.
  • If the node throws an authentication error, verify the API key or token used for the Zendry API connection.
  • Network issues or incorrect base URL configuration can cause request failures; verify connectivity and endpoint URLs.

Links

Discussion