Skip to main content

Financial status (order_status)

ValueMeaning
newOrder created, not yet settled
approvedOrder settled; points credited or redeemed
authorizedFunds authorised, not yet captured
capturedAuthorised funds captured
cancelledOrder cancelled
fully_refundedEntire amount refunded
partially_refundedPart of the amount refunded
See Order lifecycle for the state-machine transitions.

Shipping status

For physical-goods orders, update via POST /v1/orders/{uuid}/status.
ValueMeaning
newOrder received, processing not started
license_in_progressPaperwork / licensing in progress
ready_shippingPackaged, handed to carrier
delivery_is_in_progressIn transit
deliveredReceived by customer
cancelledShipping cancelled (distinct from financial cancellation)
Keep shipping status separate from financial status in your own system. order_status tells you whether the order was approved, captured, cancelled, or refunded; status tells you where fulfilment stands.