Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIWebhooksEventsOrder Created
POSTorder.created

Sent when a new order has been placed, before payment is confirmed.

data

order_idstring· uuid
The order ID.
checkout_session_idstring· uuid
Checkout session that produced this order.
player_usernamestring
Player in-game name.
player_uuidstring· uuid
Minecraft UUID, if known.
total_amountnumber
Final amount paid.
currencystring
ISO 4217 currency code.
itemsobject[]
Line items in the order.

items[]

package_idstring· uuid
Package ID.
package_namestring
Package name at time of purchase.
quantityinteger
Quantity purchased.
pricenumber
Per-unit price at purchase.

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