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, specifically allowing users to retrieve payment details by an Idempotent ID. It is useful in scenarios where you need to ensure idempotency in payment processing, such as avoiding duplicate payments or verifying the status of a payment request using a unique idempotent identifier. For example, a business can use this node to query the status of a Pix payment that was previously initiated with a specific idempotent ID to confirm if it was processed successfully.

Use Case Examples

  1. Retrieve payment details by providing the unique Idempotent ID to confirm payment status or avoid duplicate transactions.
  2. Use in automated workflows to verify payment completion before proceeding with order fulfillment.

Properties

Name Meaning
Idempotent ID The unique idempotent identifier used to query a specific Pix payment to ensure idempotency and avoid duplicate processing.

Output

JSON

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

Dependencies

  • Zendry API with API key credential

Troubleshooting

  • Ensure the Idempotent ID is correctly provided and matches an existing payment record; otherwise, the API may return an error or empty result.
  • Check API credentials and network connectivity if the request fails due to authentication or connection issues.
  • Handle API errors gracefully by enabling 'Continue On Fail' in the node settings to avoid workflow interruption.

Links

Discussion