--- title: OrderPaymentStatus - Customer API description: The current payment status of the order. api_version: 2025-10 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.​payment​Status](https://shopify.dev/docs/api/customer/latest/objects/OrderPaymentInformation#field-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-paymentStatus)