subscription.player_changedSent when the Minecraft account a subscription delivers to is changed, either by the customer or by an admin from the dashboard. Renewal commands from this point on target the new account.
data
subscription_idstring· uuidThe subscription ID.
package_idstring· uuidPackage ID of the subscription.
previous_player_usernamestringUsername the subscription previously delivered to.
previous_player_uuidstringUUID the subscription previously delivered to. Null in offline identity mode.
new_player_usernamestringUsername the subscription now delivers to.
new_player_uuidstringUUID the subscription now delivers to. Null in offline identity mode.
FluxStore sends this payload as an HTTP POST to your configured webhook URL.