--- title: OrderTransaction - Customer API description: A payment transaction within an order context. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/ordertransaction md: https://shopify.dev/docs/api/customer/latest/objects/ordertransaction.md --- # Order​Transaction object A payment transaction within an order context. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the transaction was created. * gift​Card​Details [Gift​Card​Details](https://shopify.dev/docs/api/customer/latest/objects/GiftCardDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The gift card details for the transaction. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * kind [Order​Transaction​Kind](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionKind) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The kind of the transaction. * order [Order](https://shopify.dev/docs/api/customer/latest/objects/Order) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The associated order for the transaction. * payment​Details [Payment​Details](https://shopify.dev/docs/api/customer/latest/unions/PaymentDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment details for the transaction. * payment​Icon [Payment​Icon​Image](https://shopify.dev/docs/api/customer/latest/objects/PaymentIconImage) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The payment icon to display for the transaction. * processed​At [Date​Time](https://shopify.dev/docs/api/customer/latest/scalars/DateTime) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The date and time when the transaction was processed. * status [Order​Transaction​Status](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionStatus) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The status of the transaction. * transaction​Amount [Money​Bag!](https://shopify.dev/docs/api/customer/latest/objects/MoneyBag) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The amount and currency of the transaction in shop and presentment currencies. * transaction​Parent​Id [String](https://shopify.dev/docs/api/customer/latest/scalars/String) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The ID of the parent transaction. * type [Order​Transaction​Type!](https://shopify.dev/docs/api/customer/latest/enums/OrderTransactionType) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The type of the transaction. * type​Details [Transaction​Type​Details](https://shopify.dev/docs/api/customer/latest/objects/TransactionTypeDetails) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The details of the transaction type. *** ## Map ### Fields with this object * {}[Order.transactions](https://shopify.dev/docs/api/customer/latest/objects/Order#field-transactions) ### Possible type in * [Store​Credit​Account​Transaction​Origin](https://shopify.dev/docs/api/customer/latest/unions/StoreCreditAccountTransactionOrigin) *** ## Interfaces * * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface * [Payment​Icon](https://shopify.dev/docs/api/customer/latest/interfaces/PaymentIcon) interface *** ## ||-OrderTransaction Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) * ||-[Payment​Icon](https://shopify.dev/docs/api/customer/latest/interfaces/PaymentIcon)