Skip to main content
Version: 3.x

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

Time of the event.

PaymentMethodInitializeTokenizationSession.version ● String scalar

Saleor version that triggered the event.

PaymentMethodInitializeTokenizationSession.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PaymentMethodInitializeTokenizationSession.recipient ● App object

The application receiving the webhook.

PaymentMethodInitializeTokenizationSession.user ● User! non-null object

The user related to the requested action.

PaymentMethodInitializeTokenizationSession.channel ● Channel! non-null object

Channel related to the requested action.

PaymentMethodInitializeTokenizationSession.data ● JSON scalar

Payment gateway data in JSON format, received from storefront.

PaymentMethodInitializeTokenizationSession.paymentFlowToSupport ● TokenizedPaymentFlowEnum! non-null enum

The payment flow that the tokenized payment method should support.

Interfaces

Event interface


Was this page helpful?