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 interacts with the Zendry Global API to perform various operations related to the Checkout resource, specifically supporting the 'Simulate Crypto Receivement' operation. It allows users to simulate the receipt of cryptocurrency payments by sending a POST request to the Zendry API endpoint for crypto receivements. This node is useful for testing and simulating crypto payment workflows in automated processes, such as verifying payment receipt handling or integrating crypto payment simulations in financial applications.

Use Case Examples

  1. Simulate receiving a cryptocurrency payment to test payment processing workflows.
  2. Automate the simulation of crypto receivements for accounting or reconciliation purposes.

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 status.
Required Fields (JSON) JSON object containing required fields for the operation as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API representing the result of the simulate crypto receivement operation.

Dependencies

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

Troubleshooting

  • Ensure the 'requestBody' JSON is valid and correctly formatted; invalid JSON will cause errors.
  • Mandatory fields like accessToken must be provided; missing these will result in authentication errors.
  • If required parameters for the operation (e.g., specific IDs) are missing, the node will throw errors indicating the missing fields.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.

Links

Discussion