--- title: OrderTransactionStatus - Customer API description: Represents the status of an order transaction. api_version: 2025-01 api_name: customer type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/enums/OrderTransactionStatus' md: >- https://shopify.dev/docs/api/customer/2025-01/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/2025-01/objects/OrderTransaction#field-OrderTransaction.fields.status) OBJECT A payment transaction within an order context. *** ## Map ### Fields with this enum * <-|[Order​Transaction.status](https://shopify.dev/docs/api/customer/2025-01/objects/OrderTransaction#field-OrderTransaction.fields.status)