---
title: OrderPaymentStatus - Customer API
description: The current payment status of the order.
api_version: 2026-01
api_name: customer
type: enum
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/enums/OrderPaymentStatus'
  md: 'https://shopify.dev/docs/api/customer/latest/enums/OrderPaymentStatus.md'
---

# Order​Payment​Status

enum

The current payment status of the order.

## Valid values

* AUTHORIZED

  The payment has been authorized.

* EXPIRED

  The payment has expired.

* PAID

  The payment has been paid.

* PARTIALLY\_​PAID

  The payment has been partially paid.

* PARTIALLY\_​REFUNDED

  The payment has been partially refunded.

* PENDING

  The payment is pending.

* REFUNDED

  The payment has been refunded.

* VOIDED

  The payment has been voided.

***

## Fields

* [Order​Payment​Information.paymentStatus](https://shopify.dev/docs/api/customer/latest/objects/OrderPaymentInformation#field-OrderPaymentInformation.fields.paymentStatus)

  OBJECT

  The summary of payment status information for the order.

***

## Map

### Fields with this enum

* [Order​Payment​Information.paymentStatus](https://shopify.dev/docs/api/customer/latest/objects/OrderPaymentInformation#field-OrderPaymentInformation.fields.paymentStatus)
