Skip to main content

Webhook

Webhooks in the Cloud Wallet API allow applications to receive real-time event notifications related to wallet operations. By registering a webhook, you enable your system to automatically respond when key actions occur in a user's cloud wallet, without the need for continuous polling.

Endpoints

The Cloud Wallet API provides the following webhook management endpoints:


Example: Registering a Webhook

Follow these steps to configure a webhook for your Cloud Wallet:

  1. Visit the Hovi Cloud Wallet API Reference.

  2. Navigate to the Webhook section.

  3. To Register a webhook navigate to POST – Register Webhook endpoint.

  4. Click “Test Request” and provide the required inputs:

    • Enter your API key as a Bearer Token.
    • In the Request Body, specify your webhook URL (for example: https://your-app.com/webhook).
  5. Click “Send”. If successful, your webhook URL will be registered to receive Cloud Wallet event notifications.