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 integrates with the Zendry API to perform various operations related to the Checkout resource, specifically generating a checkout charge. It is useful for automating payment processing workflows, such as creating payment charges programmatically. For example, it can be used to generate a checkout charge with specific parameters like expiration time, external references, or custom links, facilitating seamless payment collection in e-commerce or service platforms.

Use Case Examples

  1. Generate a checkout charge with a specified expiration time and external reference for tracking.
  2. Create a checkout charge with an external link for customer payment.

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, usually left unchanged.
Additional Fields Optional parameters to customize the checkout generation, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization header for webhooks.
Required Fields (JSON) JSON object containing the required fields for the operation, as specified by the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the result of the generate checkout charge operation.

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Ensure the 'requestBody' JSON is valid and correctly formatted; invalid JSON will cause errors.
  • Mandatory fields like 'charge' inside the requestBody must be provided as per Zendry API requirements.
  • Check that the access token is valid and has the necessary permissions to perform the operation.
  • If the operation or resource is not supported, the node will throw an error indicating unsupported resource or operation.

Links

Discussion