Skip to main content
Version: 3.x

TransactionProcess

Processes a transaction session. It triggers the webhook TRANSACTION_PROCESS_SESSION, to the assigned paymentGateways.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.
type TransactionProcess {
transaction: TransactionItem
transactionEvent: TransactionEvent
data: JSON
errors: [TransactionProcessError!]!
}

Fields

TransactionProcess.transaction ● TransactionItem object

The processed transaction.

TransactionProcess.transactionEvent ● TransactionEvent object

The event created for the processed transaction.

TransactionProcess.data ● JSON scalar

The json data required to finalize the payment.

TransactionProcess.errors ● [TransactionProcessError!]! non-null object

Returned by

transactionProcess mutation


Was this page helpful?