Webhook URL Field
Webhook URL is the HTTPS endpoint that receives subscription events for your product.
Use it when your app needs to react automatically to subscription changes.
The endpoint should be stable, HTTPS-only, and prepared to verify the webhook signature. It should also handle retries safely because network failures can happen.
If your product only validates access when the buyer opens the software, you may not need a webhook.