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 receipts, specifically allowing users to retrieve receipt information by an EndToEnd code. It is useful in scenarios where you need to track or verify Pix payment receipts using their unique EndToEnd identifier, such as in financial reconciliation or payment verification processes.

Use Case Examples

  1. Retrieve a Pix receipt by providing its EndToEnd code to verify payment status or details.
  2. Use the node to automate fetching receipt data for accounting or auditing purposes.

Properties

Name Meaning
EndToEnd Code The unique EndToEnd identifier for the Pix receipt to retrieve.

Output

JSON

  • json - The JSON response containing the Pix receipt details retrieved by the EndToEnd code.

Dependencies

  • Requires Zendry API credentials for authentication.

Troubleshooting

  • Ensure the EndToEnd code is correctly provided and URL-encoded if necessary.
  • Common errors may include authentication failures if Zendry API credentials are missing or invalid.
  • API errors may occur if the EndToEnd code does not exist or is malformed; verify the code before making the request.

Links

Discussion