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 cryptocurrency payments, Pix payments, webhooks, account information, and checkout processes. Specifically, for the 'Simulate QRCode Payment' operation under the 'Crypto' resource, it simulates a payment for a given QR code reference ID. This is useful for testing payment flows or simulating transactions in a development or staging environment. Practical examples include simulating a Pix QR code payment to verify payment processing or testing webhook notifications triggered by such payments.

Use Case Examples

  1. Simulate a QR code payment by providing a valid reference ID to test payment processing.
  2. Use the node to simulate payments in a sandbox environment before going live with actual transactions.

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 request, such as generator name, document, external reference, expiration time, external link, filters, webhook URL and type, authorization header for webhook, and payment authorization status.
Required Fields (JSON) JSON object containing required fields for the operation, as specified by the Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API representing the result of the simulated QR code payment operation.

Dependencies

  • Zendry API access requiring a valid Bearer access token.

Troubleshooting

  • Ensure the 'reference_id' is provided in either the requestBody JSON or additionalFields; otherwise, the node will throw an error indicating the missing required field.
  • The 'requestBody' must be valid JSON; invalid JSON will cause a parsing error.
  • If the access token is invalid or expired, the API request will fail with an authentication error.
  • Check that the base URL is correct and accessible; changing it unnecessarily may cause connection issues.

Links

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

Discussion