Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIWebhooksEventsSubscription Cancelled
POSTsubscription.cancelled

Sent when a subscription cancellation has been requested.

data

subscription_idstring· uuid
The subscription ID.
package_idstring· uuid
Package ID of the cancelled subscription.
cancel_at_period_endboolean
If true, the subscription remains active until the end of the current billing period. If false, it was cancelled immediately.

FluxStore sends this payload as an HTTP POST to your configured webhook URL.