Integrations

Subscription Integration

5min

Webhooks



Event-Driven Notifications
Real-Time Updates
  • Webhooks are automated messages sent from apps when something happens.



Webhooks workflow inside app

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

LicenseSpring implementation

a) New subscription

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).

b) Subscription Update

When user extend subscription successfully this will trigger event that subscription charge was successful which will update license expiration date.

c) Subscription Cancel

When webhook triggers subscription cancel event you should deactivate license.

Document image


Integrations for LicenseSpring

Our platform now offers integrations with a variety of third-party services



Updated 30 Nov 2023
Doc contributor
Doc contributor
Did this page help you?