dispute.*Sent when a chargeback or payment dispute changes state. The four events (dispute.opened, dispute.won, dispute.lost, dispute.closed) share the same payload shape; only the event field differs.
data
order_idstring· uuidThe order ID associated with the dispute.
player_usernamestringPlayer in-game name.
player_uuidstring· uuidMinecraft UUID, if known.
total_amountnumberAmount under dispute.
currencystringISO 4217 currency code.
dispute_idstringPayment provider’s dispute ID.
dispute_statusstringCurrent status of the dispute as reported by the payment provider.
reasonstringDispute reason as reported by the payment provider.
FluxStore sends this payload as an HTTP POST to your configured webhook URL.