Search...
Generate a test token to explore our APIs
Paid Plan Purchased Webhook
When you sign up for the Paid Plan Purchased webhook, you will receive this notification when a site owner purchases a paid plan
Was this helpful?
The data payload will include the following as an encoded JWT:
Event Body
json
1{2 "data": {3 "eventType": "<event-type>",4 "instanceId": "<app-instance-id>",5 "data": "<stringified-JSON>"6 }7}
The parsed data
will include:
Sample Data
json
1{2 "data" : "{\"operationTimeStamp\":\"2019-12-09T07:44:53.659Z\",\"vendorProductId\":\"e8f429d5-0a6a-468f-8044-87f519a53202\",\"cycle\":\"MONTHLY\",\"expiresOn\":\"2020-01-09T07:44:53Z\"}",3 "instanceId" : "8e9d6b70-6eb9-4ab4-a62d-e033063e2f05",4 "eventType" : "PaidPlanPurchased"5}