Skip to main content
Version: 3.x

PaymentMethodProcessTokenizationSession

Event sent when user continues a tokenization of payment method.

Added in Saleor 3.16
This API is currently in Feature Preview and can be subject to changes at later point.
type PaymentMethodProcessTokenizationSession implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
channel: Channel!
data: JSON
id: String!
}

Fields

PaymentMethodProcessTokenizationSession.issuedAt ● DateTime scalar

Time of the event.

PaymentMethodProcessTokenizationSession.version ● String scalar

Saleor version that triggered the event.

PaymentMethodProcessTokenizationSession.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PaymentMethodProcessTokenizationSession.recipient ● App object

The application receiving the webhook.

PaymentMethodProcessTokenizationSession.user ● User! non-null object

The user related to the requested action.

PaymentMethodProcessTokenizationSession.channel ● Channel! non-null object

Channel related to the requested action.

PaymentMethodProcessTokenizationSession.data ● JSON scalar

Payment gateway data in JSON format, received from storefront.

PaymentMethodProcessTokenizationSession.id ● String! non-null scalar

The ID returned by app from PAYMENT_METHOD_INITIALIZE_TOKENIZATION_SESSION webhook.

Interfaces

Event interface


Was this page helpful?