--- title: OrderTransaction - Customer API description: A payment transaction within an order context. api_version: 2025-01 api_name: customer type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/2025-01/objects/OrderTransaction' md: 'https://shopify.dev/docs/api/customer/2025-01/objects/OrderTransaction.md' --- # Order​Transaction object A payment transaction within an order context. ## Fields * created​At [Date​Time!](https://shopify.dev/docs/api/customer/2025-01/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/2025-01/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/2025-01/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/2025-01/enums/OrderTransactionKind) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The kind of the transaction. * payment​Details [Payment​Details](https://shopify.dev/docs/api/customer/2025-01/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/2025-01/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/2025-01/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/2025-01/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/2025-01/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/2025-01/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/2025-01/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/2025-01/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/2025-01/objects/Order#field-Order.fields.transactions) *** ## Interfaces * * [Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) interface * [Payment​Icon](https://shopify.dev/docs/api/customer/2025-01/interfaces/PaymentIcon) interface *** ## ||-OrderTransaction Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/2025-01/interfaces/Node) * ||-[Payment​Icon](https://shopify.dev/docs/api/customer/2025-01/interfaces/PaymentIcon)