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 simulate the payment of a Pix QRCode using a reference ID. It is useful for testing or simulating Pix payment flows without actual transactions. For example, a user can simulate a payment to verify the payment processing logic or to test integrations with Pix payment systems.

Use Case Examples

  1. Simulate a Pix QRCode payment by providing a reference ID to test payment workflows.
  2. Use the node to simulate payments in a development environment before going live with actual Pix transactions.

Properties

Name Meaning
Reference ID The unique identifier of the Pix QRCode to be paid (simulated). This is required to specify which QRCode payment to simulate.

Output

JSON

  • json - The JSON response from the Zendry API after simulating the Pix QRCode payment, containing details about the simulated payment result.

Dependencies

  • Zendry API with API key credential for authentication

Troubleshooting

  • Ensure the Reference ID is correctly provided and corresponds to an existing Pix QRCode in the Zendry system.
  • API authentication errors may occur if the Zendry API credentials are missing or invalid; verify the API key setup.
  • Network or API endpoint issues can cause request failures; check connectivity and Zendry API status.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, including Pix QRCode payment simulation endpoints.

Discussion