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

Sent when a payment attempt has been rejected by 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 that was attempted.
reasonstring
Human-readable decline reason from the payment provider.

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