TransactionProcessSession
Event sent when user has additional payment action to process.
Added in Saleor 3.13This API is currently in Feature Preview and can be subject to changes at later point.
type TransactionProcessSession implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
transaction: TransactionItem!
sourceObject: OrderOrCheckout!
data: JSON
merchantReference: String!
customerIpAddress: String
action: TransactionProcessAction!
}
Fields
TransactionProcessSession.issuedAt
● DateTime
scalar
Time of the event.
TransactionProcessSession.version
● String
scalar
Saleor version that triggered the event.
TransactionProcessSession.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
TransactionProcessSession.recipient
● App
object
The application receiving the webhook.
TransactionProcessSession.transaction
● TransactionItem!
non-null object
Look up a transaction.
TransactionProcessSession.sourceObject
● OrderOrCheckout!
non-null union
Checkout or order
TransactionProcessSession.data
● JSON
scalar
Payment gateway data in JSON format, received from storefront.
TransactionProcessSession.merchantReference
● String!
non-null scalar
Merchant reference assigned to this payment.
TransactionProcessSession.customerIpAddress
● String
scalar
The customer's IP address. If not provided as a parameter in the mutation, Saleor will try to determine the customer's IP address on its own.
Added in Saleor 3.16
TransactionProcessSession.action
● TransactionProcessAction!
non-null object
Action to proceed for the transaction