Skip to main content

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.
transactionProcess(
data: JSON
id: ID!
): TransactionProcess

Arguments

transactionProcess.data ● JSON scalar

The data that will be passed to the payment gateway.

transactionProcess.id ● ID! non-null scalar

The ID of the transaction to process.

Type

TransactionProcess object

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.

Was this page helpful?