--- title: OrderTransactionType - Customer API description: The type of 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/ordertransactiontype md: https://shopify.dev/docs/api/customer/latest/enums/ordertransactiontype.md --- # Order​Transaction​Type enum The type of order transaction. ## Valid values * BANK\_​DEPOSIT A bank deposit transaction. * CARD A card transaction. * CASH\_​ON\_​DELIVERY A cash on delivery transaction. * CUSTOM A custom payment transaction. * GIFT\_​CARD A gift card transaction. * MANUAL A generic manual transaction. * MONEY\_​ORDER A money order transaction. * SHOPIFY\_​INSTALLMENTS A Shopify installments transaction. * STORE\_​CREDIT A store credit transaction. *** ## Fields * [Order​Transaction.​type](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-type) OBJECT A payment transaction within an order context. *** ## Map ### Fields with this enum * <-|[Order​Transaction.type](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-type)