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 perform various operations related to Webhooks, Payments, Pix, Account, Crypto, and Checkout services. Specifically, for the 'Webhooks' resource and 'Get Payment by Idempotent ID' operation, it retrieves payment details using a unique idempotent ID. This is useful for ensuring idempotent payment processing and avoiding duplicate transactions. Practical use cases include querying payment status or details by a unique idempotent identifier to confirm payment processing results.

Use Case Examples

  1. Retrieve payment details by idempotent ID to verify if a payment has been processed.
  2. Use the node to fetch payment information in automated workflows for reconciliation or auditing.

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, which should not be changed unless necessary.
Additional Fields Optional parameters that can be added to the request, 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 the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the payment details retrieved by idempotent ID.

Dependencies

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

Troubleshooting

  • Common errors include missing required parameters such as 'idempotent_id' which will cause the node to throw an error indicating the missing field.
  • Invalid JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties will cause parsing errors; ensure valid JSON format is used.
  • API authentication errors may occur if the access token is invalid or expired; verify the token's validity.

Links

Discussion