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