order.createdSent when a new order has been placed, before payment is confirmed.
data
order_idstring· uuidThe order ID.
checkout_session_idstring· uuidCheckout session that produced this order.
player_usernamestringPlayer in-game name.
player_uuidstring· uuidMinecraft UUID, if known.
total_amountnumberFinal amount paid.
currencystringISO 4217 currency code.
itemsobject[]Line items in the order.
items[]
package_idstring· uuidPackage ID.
package_namestringPackage name at time of purchase.
quantityintegerQuantity purchased.
pricenumberPer-unit price at purchase.
FluxStore sends this payload as an HTTP POST to your configured webhook URL.