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

Sent when a recurring subscription payment has been processed.

data

subscription_idstring· uuid
The subscription ID.
player_usernamestring
Player in-game name.
player_uuidstring· uuid
Minecraft UUID, if known.
package_idstring· uuid
Package ID of the renewed subscription.
package_namestring
Package name.
renewal_countinteger
Number of times this subscription has renewed (including this renewal).
current_period_endstring· date-time
ISO 8601 timestamp when the current billing period ends.

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