TransactionProcess Object
Processes a transaction session. It triggers the webhook TRANSACTION_PROCESS_SESSION, to the assigned paymentGateways.
type TransactionProcess {
transaction: TransactionItem
transactionEvent: TransactionEvent
data: JSON
errors: [TransactionProcessError!]!
}
Fields
transaction ● TransactionItem
The processed transaction.
transactionEvent ● TransactionEvent
The event created for the processed transaction.
data ● JSON
The json data required to finalize the payment.
errors ● [TransactionProcessError!]!
Returned By
transactionProcess mutation