--- title: OrderFinancialStatus - Storefront API description: Represents the order's current financial status. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/OrderFinancialStatus md: https://shopify.dev/docs/api/storefront/unstable/enums/OrderFinancialStatus.md --- # Order​Financial​Status enum Represents the order's current financial status. ## Valid values * AUTHORIZED Displayed as **Authorized**. * EXPIRED Displayed as **Expired**. * PAID Displayed as **Paid**. * PARTIALLY\_​PAID Displayed as **Partially paid**. * PARTIALLY\_​REFUNDED Displayed as **Partially refunded**. * PENDING Displayed as **Pending**. * REFUNDED Displayed as **Refunded**. * VOIDED Displayed as **Voided**. *** ## Fields * [Order.​financial​Status](https://shopify.dev/docs/api/storefront/unstable/objects/Order#field-Order.fields.financialStatus) OBJECT An order is a customer’s completed request to purchase one or more products from a shop. An order is created when a customer completes the checkout process, during which time they provides an email address, billing address and payment information. *** ## Map ### Fields with this enum * <-|[Order.financialStatus](https://shopify.dev/docs/api/storefront/unstable/objects/Order#field-Order.fields.financialStatus)