Rough
DevelopingGET
xyzThe table below lists the subscription events, along with their descriptions. Each event sends a notification based on specific subscription activities.
Event Name | Description | Payload Schema |
---|---|---|
app.market.subscription.active |
Send notification on successful activation of subscription | Active Schema |
app.market.subscription.warning |
Send notification 3 days before the last subscription date (T is the duration of the plan in days) | Warning Schema |
app.market.subscription.suspended |
Send notification on completion of subscription | Suspended Schema |
app.market.subscription.expired |
Send notification on T+5 days of subscription where 5 days are GRACE Period and T is in the duration of the plan in days | Expired Schema |
app.market.subscription.renew |
Send notification on successful renewal of the same plan subscription 5 days before the last date | Renew Schema |
app.market.subscription.upgrade |
Send notification on upgrade of subscription | Upgrade Schema |
app.market.subscription.refunded |
Send notification on refund of subscription | Refunded Schema |
app.market.application.install |
Send notification on the installation of application | Install Schema |
app.market.application.uninstall |
Send notification on uninstallation of the application | Uninstall Schema |
app.market.application.rated |
Triggered when a merchant submits a rating or review for the app. | Rated Schema |
app.market.private.plan.request |
Triggered when a merchant submits a request for a private plan. | Private Plan Request Schema |
app.market.application.authorized |
Triggered when a merchant authorizes an app prior to installation. | Authorized Schema |
Merchant Events
Request
None
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 4 days ago