Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
POSTdispute.*

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· uuid
The order ID associated with the dispute.
player_usernamestring
Player in-game name.
player_uuidstring· uuid
Minecraft UUID, if known.
total_amountnumber
Amount under dispute.
currencystring
ISO 4217 currency code.
dispute_idstring
Payment provider’s dispute ID.
dispute_statusstring
Current status of the dispute as reported by the payment provider.
reasonstring
Dispute reason as reported by the payment provider.

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