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 account management, Pix payments, webhooks, cryptocurrencies, and checkout processes. Specifically, for the 'Account' resource and 'Get Balance' operation, it retrieves the current balance of the user's account from the Zendry API. This node is useful for automating financial workflows, monitoring account balances, and integrating payment systems within n8n workflows.
Use Case Examples
- Automatically check account balance before initiating a payment.
- Monitor account balance and trigger alerts or actions when balance falls below a threshold.
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 call, required if no predefined operation is selected. |
| HTTP Method | HTTP method to use for the API request, defaults to GET. |
| Body (JSON) | Request body in JSON format, used for non-GET requests. |
Output
JSON
json- The JSON response from the Zendry API containing the account balance information.
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 node throws an error if the API token cannot be obtained; verify network connectivity and credential validity.
- If the request body is not valid JSON for non-GET methods, the node will throw a JSON parsing error.
- When no predefined operation is selected, the Endpoint parameter is mandatory; missing it will cause an error.
Links
- Zendry API Documentation - Official documentation for the Zendry API endpoints and usage.