Zendry Global API 1.0 icon

Zendry Global API 1.0

Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken

Actions120

Overview

This node interacts with the Zendry API to manage Pix receipts, specifically supporting the operation to retrieve a Pix QR code receipt by its EndToEnd identifier. It is useful for scenarios where you need to fetch detailed information about a specific Pix transaction using its unique EndToEnd ID, such as verifying payment status or transaction details in financial workflows.

Use Case Examples

  1. Retrieve a Pix QR code receipt by providing the EndToEnd ID to verify payment details.
  2. Use the node to automate fetching transaction data for reconciliation or reporting purposes.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating with the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br.
Additional Fields Optional parameters to include in the request, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization headers.
Required Fields (JSON) JSON object containing required fields for the operation, including the mandatory 'end_to_end' field for this specific operation.

Output

JSON

  • json - The JSON response from the Zendry API containing the Pix QR code receipt details retrieved by the EndToEnd ID.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Ensure the 'end_to_end' parameter is provided either in the Required Fields JSON or Additional Fields; otherwise, the node will throw an error indicating it is mandatory.
  • Verify that the Access Token is valid and has not expired to avoid authentication errors.
  • If the requestBody JSON is malformed, the node will throw an error indicating it must be valid JSON.

Links

Discussion