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 perform various operations related to Pix receipts, payments, webhooks, account information, crypto transactions, and checkout processes. Specifically, for the 'Receipts (Pix)' resource and 'Simulate QRCode Payment' operation, it simulates a payment on a Pix QR code by sending a POST request to the Zendry API endpoint corresponding to the QR code's reference ID. This is useful for testing payment flows or simulating payment events in Pix-based financial applications.

Use Case Examples

  1. Simulate a payment on a Pix QR code by providing the QR code's reference ID to test payment processing.
  2. Use the node to automate payment simulations in a Pix-based billing system for development or QA 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 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 per the 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 (requires a valid Bearer access token)

Troubleshooting

  • Ensure the access token is valid and has the necessary permissions to perform the operation.
  • Verify that the reference_id is provided in either the requestBody JSON or additionalFields; it is mandatory for simulating a QR code payment.
  • Check that the requestBody JSON is valid and correctly formatted to avoid JSON parsing errors.
  • If the API returns an error, review the error message for details such as missing required fields or invalid parameters.

Links

Discussion