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 real-time account balance information is needed, such as in payment processing systems or financial dashboards.
Use Case Examples
- A user wants to check their current account balance before initiating a payment.
- A financial dashboard displays the real-time balance of the user's Zendry account.
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 or timeouts when connecting to the Zendry API endpoint.
- API errors returned by Zendry, such as rate limiting or invalid requests.
Links
- Zendry API Account Get Balance - Official Zendry API documentation for the Get Balance endpoint
