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:
- Register Webhook — Registers a new webhook URL for your wallet.
- Get Webhooks — Retrieves the currently registered webhook URL.
- Delete Webhook — Removes a previously registered webhook.
Example: Registering a Webhook
Follow these steps to configure a webhook for your Cloud Wallet:
-
Visit the Hovi Cloud Wallet API Reference.
-
Navigate to the Webhook section.
-
To Register a webhook navigate to POST – Register Webhook endpoint.
-
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
).
-
Click “Send”. If successful, your webhook URL will be registered to receive Cloud Wallet event notifications.