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 real-time account balance information is needed, such as in payment processing systems or financial dashboards.

Use Case Examples

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

Discussion