---
title: OrderFinancialStatus - Customer API
description: Represents the order's current financial status.
api_version: 2025-04
api_name: customer
type: enum
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-04/enums/OrderFinancialStatus'
  md: 'https://shopify.dev/docs/api/customer/2025-04/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.financialStatus](https://shopify.dev/docs/api/customer/2025-04/objects/Order#field-Order.fields.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/2025-04/objects/Order#field-Order.fields.financialStatus)
