Actions18
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Account Actions
- Checkout Actions
Overview
This node integrates with the Zendry API to perform various operations related to cryptocurrency wallets, Pix payments, webhooks, account information, and unified checkout. Specifically, for the Crypto Wallet operation, it generates a cryptocurrency wallet address for USDT transactions. This node is useful for automating cryptocurrency payment workflows, managing Pix QR codes, handling webhooks, and retrieving account balances. For example, it can be used to generate a crypto wallet address for receiving USDT payments in an automated payment processing system.
Use Case Examples
- Generate a USDT crypto wallet address to receive payments automatically.
- List Pix QR codes generated for payment collection.
- Retrieve account balance information from Zendry 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 path for the request, required if no predefined operation is selected. |
| HTTP Method | HTTP method to use for the API request, required if no predefined operation is selected. |
| Body (JSON) | Request body in JSON format, used for non-GET requests. |
Output
JSON
json- The JSON response returned from the Zendry API for the requested operation.
Dependencies
- Zendry API authentication using Client ID and Client Secret
Troubleshooting
- Ensure Client ID and Client Secret are correctly provided; missing credentials will cause authentication errors.
- Verify that the Endpoint and HTTP Method are correctly set when no predefined operation is selected.
- For non-GET requests, ensure the Body is valid JSON; invalid JSON will cause request errors.
- API token retrieval errors may occur if Zendry API is unreachable or credentials are invalid.
Links
- Zendry API Documentation - Official documentation for Zendry API endpoints and usage.