Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to perform various operations related to accounts, payments, Pix receipts, webhooks, crypto transactions, and checkout charges. Specifically, for the 'Account' resource with the 'Get Balance' operation, it retrieves the current balance of the user's account from Zendry. This is useful for financial applications where monitoring account balance is necessary, such as in automated payment systems or financial dashboards.
Use Case Examples
- A user wants to automatically check their Zendry account balance before initiating a payment.
- A financial dashboard displays the current balance of the Zendry account to provide real-time financial status.
Output
JSON
json- The JSON response from Zendry API containing the account balance details
Dependencies
- Zendry API with an API key credential
Troubleshooting
- Common issues include authentication errors if the Zendry API credentials are incorrect or missing.
- Network errors may occur if the Zendry API service is unreachable.
- API rate limits might cause request failures if too many requests are made in a short period.
Links
- Zendry API Documentation - Official documentation for Zendry API endpoints and usage