# OrderTransactionInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the information needed to create an order transaction. ### Access Scopes ## Fields * [amount](/docs/api/admin-graphql/2024-10/scalars/Money): Money! - The amount of money for this transaction. * [gateway](/docs/api/admin-graphql/2024-10/scalars/String): String! - The payment gateway to use for this transaction. * [kind](/docs/api/admin-graphql/2024-10/enums/OrderTransactionKind): OrderTransactionKind! - The kind of transaction. * [orderId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the order associated with the transaction. * [parentId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the optional parent transaction, for example the authorization of a capture. ## Input objects with this input object * [RefundInput](/docs/api/admin-graphql/2024-10/input-objects/RefundInput) ## Examples