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 accounts, payments, receipts, webhooks, crypto, and checkout processes. Specifically, for the 'Account' resource and 'Generate Checkout' operation, it allows users to generate a checkout charge by sending a POST request to the Zendry API's /v1/charges endpoint. This is useful for creating payment charges programmatically, such as generating a checkout link or charge for an e-commerce transaction or service payment.

Use Case Examples

  1. Generating a checkout charge for a customer to complete payment.
  2. Automating the creation of payment requests in a billing system.

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.
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 the required fields for the operation as per the 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 access token is valid and has the necessary permissions to perform the operation.
  • The 'requestBody' must be a valid JSON string; invalid JSON will cause an error.
  • Required fields for the generate charge operation must be included in the 'requestBody' JSON; missing required fields will result in API errors.
  • Check the base URL if the API endpoint is unreachable or returns errors.

Links

Discussion