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 payments, webhooks, account information, cryptocurrency, and checkout processes. Specifically, for the 'Payments (Pix Out)' resource and the 'Create Payment (DICT)' operation, it allows users to create a Pix payment using the DICT initiation type. This is useful for automating payment creation in financial workflows, such as initiating Pix payments programmatically with optional parameters like authorization status.

Use Case Examples

  1. Creating a Pix payment with DICT initiation by providing required payment details in JSON format along with optional fields like authorization status.
  2. Using the node to automate payment processing in a financial application by integrating with Zendry's Pix payment API.

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 usually should not be changed.
Additional Fields Optional parameters to customize the payment creation, such as generator name, generator document, external reference, expiration time, external link, filters, webhook URL and type, authorization header value, and payment 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

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

Troubleshooting

  • Ensure the 'requestBody' JSON is valid and contains all required fields; invalid JSON will cause errors.
  • Missing required parameters like 'reference_code', 'idempotent_id', or 'webhook_type_id' for specific operations will throw errors indicating the missing field.
  • If the access token is invalid or expired, the API request will fail with an authentication error.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.

Links

Discussion