PaymentMethodInitializeTokenizationSession
Event sent when user requests a tokenization of payment method.
Added in Saleor 3.16This API is currently in Feature Preview and can be subject to changes at later point.
type PaymentMethodInitializeTokenizationSession implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
channel: Channel!
data: JSON
paymentFlowToSupport: TokenizedPaymentFlowEnum!
}
Fields
PaymentMethodInitializeTokenizationSession.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
PaymentMethodInitializeTokenizationSession.version
● String
scalar miscellaneous
Saleor version that triggered the event.
PaymentMethodInitializeTokenizationSession.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
PaymentMethodInitializeTokenizationSession.recipient
● App
object apps
The application receiving the webhook.
PaymentMethodInitializeTokenizationSession.user
● User!
non-null object users
The user related to the requested action.
PaymentMethodInitializeTokenizationSession.channel
● Channel!
non-null object channels
Channel related to the requested action.