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 retrieve payment information by a reference code within the Pix receipts resource. It is useful for scenarios where you need to fetch details of a specific Pix payment using its unique reference code, such as verifying payment status or retrieving payment metadata for financial reconciliation or customer service.

Use Case Examples

  1. Retrieve payment details by providing a valid reference code to confirm payment status.
  2. Use the node to automate fetching payment information for order processing systems that use Pix payments.

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 refine or extend 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, such as the reference code for fetching payment details.

Output

JSON

  • json - The JSON response from the Zendry API containing payment details corresponding to the provided reference code.

Dependencies

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

Troubleshooting

  • Ensure the 'reference_code' is provided and correctly formatted; missing or invalid reference codes will cause errors.
  • Verify the access token is valid and has not expired to avoid authentication errors.
  • Check that the base URL is correct and accessible; network issues or incorrect URLs will cause request failures.
  • If using additional fields with JSON filters, ensure the JSON is valid to prevent parsing errors.

Links

Discussion