order.completedSent when a payment has been successfully processed and the order is fulfilled.
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.
transaction_idstringPayment provider’s transaction ID.
gatewaystringPayment gateway that processed the payment.
- Values:
stripepaypalmanual
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.