# OrderTransaction - customer - OBJECT Version: 2025-07 ## Description A payment transaction within an order context. ### Access Scopes ## Fields * [createdAt](/docs/api/customer/2025-07/scalars/DateTime): DateTime! - The date and time when the transaction was created. * [giftCardDetails](/docs/api/customer/2025-07/objects/GiftCardDetails): GiftCardDetails - The gift card details for the transaction. * [id](/docs/api/customer/2025-07/scalars/ID): ID! - A globally-unique ID. * [kind](/docs/api/customer/2025-07/enums/OrderTransactionKind): OrderTransactionKind - The kind of the transaction. * [order](/docs/api/customer/2025-07/objects/Order): Order - The associated order for the transaction. * [paymentDetails](/docs/api/customer/2025-07/unions/PaymentDetails): PaymentDetails - The payment details for the transaction. * [paymentIcon](/docs/api/customer/2025-07/objects/PaymentIconImage): PaymentIconImage - The payment icon to display for the transaction. * [processedAt](/docs/api/customer/2025-07/scalars/DateTime): DateTime - The date and time when the transaction was processed. * [status](/docs/api/customer/2025-07/enums/OrderTransactionStatus): OrderTransactionStatus - The status of the transaction. * [transactionAmount](/docs/api/customer/2025-07/objects/MoneyBag): MoneyBag! - The amount and currency of the transaction in shop and presentment currencies. * [transactionParentId](/docs/api/customer/2025-07/scalars/String): String - The ID of the parent transaction. * [type](/docs/api/customer/2025-07/enums/OrderTransactionType): OrderTransactionType! - The type of the transaction. * [typeDetails](/docs/api/customer/2025-07/objects/TransactionTypeDetails): TransactionTypeDetails - The details of the transaction type. ## Connections ## Related queries ## Related mutations ## Related Unions * [StoreCreditAccountTransactionOrigin](/docs/api/customer/2025-07/unions/StoreCreditAccountTransactionOrigin) The origin of a store credit account transaction. ## Examples