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 the Checkout resource, specifically including the operation to get payment details by an idempotent ID. It is useful for retrieving payment information in payment processing workflows, such as confirming payment status or details using a unique idempotent identifier. This can be applied in e-commerce platforms or financial services where payment tracking and validation are required.

Use Case Examples

  1. Retrieve payment details by providing an idempotent ID to confirm a payment's status.
  2. Use the node to fetch payment information during a checkout process to verify transaction completion.

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 to customize the request, such as generator name, document, external reference, expiration time, external link, filters, webhook URL and type, authorization header for webhook, 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 requested payment information or error details.

Dependencies

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

Troubleshooting

  • Common errors include missing required parameters such as 'idempotent_id' for the 'Get Payment by Idempotent ID' operation. Ensure all mandatory fields are provided.
  • Invalid JSON in the 'Required Fields (JSON)' property will cause parsing errors; ensure the JSON is valid.
  • API request failures may occur due to invalid access tokens or network issues; verify token validity and network connectivity.

Links

Discussion