Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIWebhooksEventsPayment Refunded
POSTpayment.refunded

Sent when a payment has been refunded, via the dashboard or directly through the payment provider.

data

order_idstring· uuid
The order ID.
player_usernamestring
Player in-game name.
player_uuidstring· uuid
Minecraft UUID, if known.
total_amountnumber
Amount refunded.

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