Zendry API 1.0 icon

Zendry API 1.0

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

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

  1. A user wants to automatically check their Zendry account balance before initiating a payment.
  2. 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

Discussion