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 in their system before going live.

Use Case Examples

  1. Simulate a Pix QRCode payment by providing a reference ID to test payment workflows.
  2. Use the node to verify that the payment simulation endpoint of the Zendry API is working correctly.

Properties

Name Meaning
Reference ID The unique identifier of the Pix QRCode to be paid (simulated). This is a required string input.

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

Troubleshooting

  • Ensure the Reference ID is correctly provided and corresponds to an existing Pix QRCode, otherwise the API may return an error.
  • If the API request fails, check the Zendry API credentials and network connectivity.
  • Errors from the API are thrown as NodeApiError; enabling 'Continue On Fail' allows processing of subsequent items despite errors.

Links

Discussion