PaymentMethodInitializeTokenizationSession Object
Event sent when user requests a tokenization of payment method.
type PaymentMethodInitializeTokenizationSession implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
channel: Channel!
data: JSON
paymentFlowToSupport: TokenizedPaymentFlowEnum!
}
Fields
issuedAt ● DateTime
Time of the event.
version ● String
Saleor version that triggered the event.
issuingPrincipal ● IssuingPrincipal
The user or application that triggered the event.
recipient ● App
The application receiving the webhook.
user ● User!
The user related to the requested action.
channel ● Channel!
Channel related to the requested action.
data ● JSON
Payment gateway data in JSON format, received from storefront.
paymentFlowToSupport ● TokenizedPaymentFlowEnum!
The payment flow that the tokenized payment method should support.