Subscription Integration
- Webhooks are automated messages sent from apps when something happens.
Trigger Event: When the specified event occurs in the third-party service, it makes an HTTP request to the webhook URL you provided(E.g Client buys a Subscription product)
Payload Processing: Your server then receives this request, parses the payload, and takes any necessary actions
When user buys a subscription product this action will trigger event of webhook which will send Payload to your server/application and create order (license of subscription type with validity period).
When user extend subscription successfully this will trigger event that subscription charge was successful which will update license expiration date.
When webhook triggers subscription cancel event you should deactivate license.
Our platform now offers integrations with a variety of third-party services