# OrderCreateOrderTransactionInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a transaction to create for an order. ### Access Scopes ## Fields * [amountSet](/docs/api/admin-graphql/2024-10/input-objects/MoneyBagInput): MoneyBagInput! - The amount of the transaction. * [authorizationCode](/docs/api/admin-graphql/2024-10/scalars/String): String - The authorization code associated with the transaction. * [deviceId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the device used to process the transaction. * [gateway](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the gateway the transaction was issued through. * [giftCardId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the gift card used for this transaction. * [kind](/docs/api/admin-graphql/2024-10/enums/OrderTransactionKind): OrderTransactionKind - The kind of transaction. * [locationId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the location where the transaction was processed. * [processedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time when the transaction was processed. * [receiptJson](/docs/api/admin-graphql/2024-10/scalars/JSON): JSON - The transaction receipt that the payment gateway attaches to the transaction. The value of this field depends on which payment gateway processed the transaction. * [status](/docs/api/admin-graphql/2024-10/enums/OrderTransactionStatus): OrderTransactionStatus - The status of the transaction. * [test](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether the transaction is a test transaction. * [userId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the user who processed the transaction. ## Input objects with this input object * [OrderCreateOrderInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateOrderInput) ## Examples