--- title: OrderTransactionStatus - Customer API description: Represents the status of an order transaction. api_version: 2025-10 api_name: customer type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/enums/ordertransactionstatus md: https://shopify.dev/docs/api/customer/latest/enums/ordertransactionstatus.md --- # Order​Transaction​Status enum Represents the status of an order transaction. ## Valid values * ERROR The transaction has an error. * FAILURE The transaction has failed. * PENDING The transaction is pending. * PENDING\_​AUTHENTICATION The transaction is pending authentication. * SUCCESS The transaction is successful. *** ## Fields * [Order​Transaction.​status](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-status) OBJECT A payment transaction within an order context. *** ## Map ### Fields with this enum * <-|[Order​Transaction.status](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-status)