Skip to main content
Anchor to OrderCreateOrderTransactionInput

OrderCreateOrderTransactionInput

input_object

The input fields for a transaction to create for an order.

•MoneyBagInput!required

The amount of the transaction.

•String

The authorization code associated with the transaction.

•ID

The ID of the device used to process the transaction.

•String

The name of the gateway the transaction was issued through.

•ID

The ID of the gift card used for this transaction.

•OrderTransactionKindDefault:SALE

The kind of transaction.

•ID

The ID of the location where the transaction was processed.

•DateTime

The date and time when the transaction was processed.

•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.

•OrderTransactionStatusDefault:SUCCESS

The status of the transaction.

•BooleanDefault:false

Whether the transaction is a test transaction.

•ID

The ID of the user who processed the transaction.


Was this section helpful?

Anchor to Input objects using this inputInput objects using this input

•INPUT OBJECT

The payment transactions to create for the order.


Was this section helpful?