Skip to main content
Version: 3.x

transactionCreate

Create transaction for checkout or order.

Added in Saleor 3.4
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.
transactionCreate(
id: ID!
transaction: TransactionCreateInput!
transactionEvent: TransactionEventInput
): TransactionCreate

Arguments

transactionCreate.id ● ID! non-null scalar

The ID of the checkout or order.

transactionCreate.transaction ● TransactionCreateInput! non-null input

Input data required to create a new transaction object.

transactionCreate.transactionEvent ● TransactionEventInput input

Data that defines a transaction event.

Type

TransactionCreate object

Create transaction for checkout or order.

Added in Saleor 3.4
This API is currently in Feature Preview and can be subject to changes at later point.
Requires HANDLE_PAYMENTSpermission.

Was this page helpful?