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 accounts, payments, Pix receipts, webhooks, crypto transactions, and checkout processes. Specifically, for the 'Account' resource and 'Get Payment by Idempotent ID' operation, it retrieves payment details using a unique idempotent ID. This is useful for ensuring idempotent payment retrievals in financial workflows, avoiding duplicate processing. For example, it can be used to confirm payment status in automated billing systems or financial reconciliation processes.

Use Case Examples

  1. Retrieve payment details by idempotent ID to verify transaction status in an automated billing workflow.
  2. Use the node to fetch payment information to ensure idempotent processing in payment gateways.

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 details, and authorization headers.
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 details or other resource data.

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)' or 'Filters (JSON)' properties can cause parsing errors. Validate JSON syntax before execution.
  • API request failures due to invalid or expired access tokens will result in authentication errors. Verify the access token's validity.

Links

Discussion