Zendry API icon

Zendry API

Integração com Zendry API (Pix, Payments, Webhooks, Account, Crypto, Checkout)

Overview

This node integrates with the Zendry API to perform various operations related to Pix payments, receipts, webhooks, account information, cryptocurrency, and checkout processes. Specifically, for the Payments (Pix Out) resource with the Create Payment (DICT) operation, it allows users to create a Pix payment using the DICT method by sending a properly authenticated request to the Zendry API. This node is useful for automating Pix payment creation in financial workflows, such as initiating payments from an application or system that supports Pix transactions.

Use Case Examples

  1. Creating a Pix payment via DICT by providing client credentials and payment details in JSON format.
  2. Automating payment processing in a financial system by integrating with Zendry's Pix Out payment API.

Properties

Name Meaning
Client ID Client ID of the Zendry application, used for API authentication.
Client Secret Client Secret of the Zendry application, used for API authentication.
Endpoint API endpoint to send the request to, e.g., /v1/pix/qrcodes. Required if no predefined operation is selected.
HTTP Method HTTP method to use for the API request (GET, POST, PUT, PATCH, DELETE). Required if no predefined operation is selected.
Body (JSON) Request body in JSON format, used for sending data in POST, PUT, PATCH requests.

Output

JSON

  • json - The JSON response from the Zendry API containing the result of the payment creation or other requested operation.

Dependencies

  • Requires Zendry API credentials: Client ID and Client Secret for authentication.

Troubleshooting

  • Ensure that Client ID and Client Secret are correctly provided; missing credentials will cause authentication errors.
  • The request body must be valid JSON; invalid JSON will cause parsing errors.
  • If no predefined operation is selected, the Endpoint and HTTP Method must be specified; otherwise, the node will throw an error.
  • API token retrieval errors may occur if the Zendry authentication service is unreachable or credentials are invalid.

Links

Discussion