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. It is useful for scenarios where you need to fetch details of a specific payment made via Pix using its unique reference code. For example, it can be used in financial workflows to verify payment status or reconcile transactions based on the reference code.

Use Case Examples

  1. Retrieve payment details by providing a valid reference code to track payment status.
  2. Use in automated workflows to fetch payment information for reporting or auditing 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 such as generator name, document, external reference, expiration time, external link, filters, webhook URL, webhook type ID, authorization header value, and payment authorization status.
Required Fields (JSON) JSON object containing required fields for the operation as per API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing payment details or error information.

Dependencies

  • Zendry API

Troubleshooting

  • Ensure the access token is valid and has the necessary permissions to access payment data.
  • Verify that the reference_code parameter is provided and correctly formatted; missing this will cause an error.
  • Check the base URL if the API endpoint is unreachable or returns errors.
  • Handle JSON parsing errors in the requestBody or filters fields by ensuring valid JSON format.

Links

Discussion