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 Pix receipts, payments, webhooks, account information, crypto transactions, and checkout processes. Specifically, for the 'Receipts (Pix)' resource and 'Generate Checkout' operation, it allows users to generate a checkout charge via the Zendry API. This is useful for automating payment processing and checkout generation in financial applications that use Pix, a popular Brazilian instant payment system.

Use Case Examples

  1. Generating a Pix checkout charge for an e-commerce transaction.
  2. Automating the creation of payment requests with optional parameters like external references and expiration times.

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 flags.
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 requested 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 requested operation.
  • Verify that the JSON provided in 'Required Fields (JSON)' is valid and contains all mandatory fields as per the Zendry API documentation.
  • Check that required parameters like 'end_to_end', 'reference_id', or 'webhook_type_id' are provided when needed, otherwise the node will throw an error.
  • If the base URL is changed, ensure it points to a valid Zendry API endpoint.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, parameters, and usage examples.

Discussion