--- title: OrderFinancialStatus - Customer API description: Represents the order's current financial status. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/orderfinancialstatus md: https://shopify.dev/docs/api/customer/latest/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/customer/latest/objects/Order#field-financialStatus) OBJECT A customer’s completed request to purchase one or more products from a shop. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). *** ## Map ### Fields with this enum * <-|[Order.financialStatus](https://shopify.dev/docs/api/customer/latest/objects/Order#field-financialStatus)