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 manage Pix payments, including retrieving payment details by a reference code. It is useful for automating payment lookups in financial workflows, such as verifying payment status or reconciling transactions based on a unique reference code.

Use Case Examples

  1. Retrieve payment details using a specific reference code to confirm payment status in an automated billing system.
  2. Use the node to fetch payment information for customer support inquiries by referencing the payment's unique code.

Properties

Name Meaning
Reference Code The unique reference code used to retrieve a specific Pix payment.

Output

JSON

  • json - The JSON response from the Zendry API containing the payment details associated with the provided reference code.

Dependencies

  • Zendry API with authentication credentials

Troubleshooting

  • Ensure the Reference Code is correctly provided and URL-encoded to avoid request errors.
  • Check that the Zendry API credentials are valid and have the necessary permissions to access payment data.
  • Handle API errors gracefully, especially for cases where the reference code does not exist or the payment is not found.

Links

Discussion