Skip to main content

PaymentMethodInitializeTokenizationSession

Event sent when user requests 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 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.

PaymentMethodInitializeTokenizationSession.data ● JSON scalar miscellaneous

Payment gateway data in JSON format, received from storefront.

PaymentMethodInitializeTokenizationSession.paymentFlowToSupport ● TokenizedPaymentFlowEnum! non-null enum payments

The payment flow that the tokenized payment method should support.

Interfaces

Event interface miscellaneous