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 create a Pix checkout payment. It allows users to create a Pix checkout by sending a POST request to the Zendry API with required and optional parameters. This is useful for automating payment processing via Pix, a popular instant payment system in Brazil. For example, it can be used in e-commerce workflows to generate Pix payment checkouts dynamically.

Use Case Examples

  1. Creating a Pix checkout payment with required JSON fields and optional parameters like external link and expiration time.
  2. Automating payment processing by generating Pix checkouts and tracking them with external references.

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 Pix checkout, 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 Pix checkout creation as per Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created Pix checkout or error information.

Dependencies

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

Troubleshooting

  • Common errors include invalid JSON in the 'Required Fields (JSON)' input, which will cause a parsing error. Ensure the JSON is valid.
  • Missing required fields such as 'end_to_end', 'reference_id', or 'webhook_type_id' for certain operations will throw errors. Provide all mandatory parameters.
  • API request failures due to invalid access token or network issues will result in error messages from the Zendry API. Verify token validity and network connectivity.

Links

Discussion