TransactionProcess
Processes a transaction session. It triggers the webhook TRANSACTION_PROCESS_SESSION
, to the assigned paymentGateways
.
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 payments
The processed transaction.
TransactionProcess.transactionEvent
● TransactionEvent
object payments
The event created for the processed transaction.
TransactionProcess.data
● JSON
scalar miscellaneous
The json data required to finalize the payment.
TransactionProcess.errors
● [TransactionProcessError!]!
non-null object payments
Returned By
transactionProcess
mutation