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, Pix QR codes, webhooks, crypto, and checkout services. Specifically, for the 'Account' resource and 'Create Payment (DICT)' operation, it allows users to create a payment using the DICT initiation type by sending a POST request to the Zendry API. This node is useful for automating payment creation workflows, managing Pix payments, and handling related financial transactions programmatically.

Use Case Examples

  1. Creating a Pix payment using DICT initiation with required and optional parameters.
  2. Automating payment processing by integrating Zendry API into an n8n workflow.
  3. Tracking payments with external references and authorization status.

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, which should not be changed unless necessary.
Additional Fields Optional parameters to customize the payment creation, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization status.
Required Fields (JSON) JSON object containing the required fields for the payment creation operation as per Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the created payment or other requested data.

Dependencies

  • Zendry API access requiring a valid Bearer access token.

Troubleshooting

  • Ensure the 'requestBody' JSON is valid and correctly formatted; invalid JSON will cause errors.
  • Required fields such as 'reference_code', 'idempotent_id', or 'webhook_type_id' must be provided for specific operations, or the node will throw an error.
  • Check that the Access Token is valid and has the necessary permissions to perform the requested operation.
  • If the base URL is changed, verify it points to a valid Zendry API endpoint.

Links

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

Discussion