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 Global API, specifically supporting the 'Receipts (Pix)' resource with the operation 'Get Payment by Idempotent ID'. It retrieves payment details using an idempotent ID, which is useful for ensuring idempotent operations in payment processing. This node is beneficial in scenarios where you need to query payment status or details reliably without duplicating transactions, such as in financial applications or payment reconciliation systems.

Use Case Examples

  1. Retrieve payment information by providing the idempotent ID to confirm payment status.
  2. Use in automated workflows to verify payments before proceeding with order fulfillment.

Properties

Name Meaning
Access Token Bearer token for authenticating API requests to Zendry.
Base URL Base URL of the Zendry API, defaulting to https://api.zendry.com.br.
Additional Fields Optional parameters to customize 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 idempotent_id for this specific operation.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common errors include missing or invalid 'idempotent_id' in the request body or additional fields, which will cause the node to throw an error indicating the missing required parameter.
  • Invalid JSON in the 'Required Fields (JSON)' property will cause a parsing error; ensure the JSON is valid.
  • API authentication errors may occur if the access token is invalid or expired; verify the token's validity.

Links

Discussion