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 cryptocurrency, payments, Pix receipts, webhooks, account balance, and checkout processes. Specifically, for the 'Crypto' resource and 'Generate Wallet' operation, it generates a new cryptocurrency wallet by making a POST request to the Zendry API's /v1/crypto/wallets endpoint. This is useful for users who need to programmatically create crypto wallets for transactions or account management within their workflows.

Use Case Examples

  1. Automatically generate a new crypto wallet when onboarding a user to a platform.
  2. Create wallets for batch processing of cryptocurrency payments or receivements.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the generated crypto wallet.

Dependencies

  • Zendry API with API key credential

Troubleshooting

  • Ensure the Zendry API credentials are correctly configured and valid to avoid authentication errors.
  • If required parameters like receiver address or wallet ID are missing for other crypto operations, the node will throw errors; ensure all mandatory fields are provided.
  • Network or API endpoint issues may cause request failures; verify network connectivity and Zendry API status.

Links

Discussion