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

Use Case Examples

  1. Retrieve Pix receipt details by providing the EndToEnd code to verify payment status or details.
  2. Use in automated workflows to fetch transaction data for reporting or auditing purposes.

Properties

Name Meaning
EndToEnd Code The unique EndToEnd code of the Pix receipt to retrieve. This is a required string input used to identify the specific Pix receipt.

Output

JSON

  • json - The JSON response from the Zendry API containing the Pix receipt details associated with the provided EndToEnd code.

Dependencies

  • Zendry API with authentication credentials

Troubleshooting

  • Ensure the EndToEnd code is correctly provided and properly URL-encoded if it contains special characters.
  • Verify that the Zendry API credentials are correctly configured and have the necessary permissions to access Pix receipt data.
  • Common errors may include authentication failures, invalid EndToEnd codes, or network issues. Check the error messages returned by the API for specific guidance.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, including endpoints for Pix receipts and usage details.

Discussion