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 API to simulate the receivement of cryptocurrency payments. It is useful for testing and development scenarios where you want to simulate the reception of crypto payments without actual transactions. For example, developers can use this node to verify webhook handling or payment processing logic in their applications.

Use Case Examples

  1. Simulate a crypto receivement event to test webhook notifications.
  2. Use the node to generate mock data for crypto payment receivements during development.

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 URL, webhook type ID, authorization header value, and payment 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 simulated crypto receivement operation.

Dependencies

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

Troubleshooting

  • Ensure the 'requestBody' JSON is valid; invalid JSON will cause errors.
  • Mandatory fields like 'accessToken' and required parameters in 'requestBody' must be provided, or the node will throw errors.
  • If the API endpoint or operation is unsupported or incorrectly specified, the node will throw an error indicating unsupported resource or operation.

Links

Discussion