Skip to main content

PaymentGatewayInitializeTokenizationSession Object

Event sent to initialize a new session in payment gateway to store the payment method.

type PaymentGatewayInitializeTokenizationSession implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
channel: Channel!
data: JSON
}

Fields

PaymentGatewayInitializeTokenizationSession.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PaymentGatewayInitializeTokenizationSession.version ● String scalar miscellaneous

Saleor version that triggered the event.

PaymentGatewayInitializeTokenizationSession.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PaymentGatewayInitializeTokenizationSession.recipient ● App object apps

The application receiving the webhook.

PaymentGatewayInitializeTokenizationSession.user ● User! non-null object users

The user related to the requested action.

PaymentGatewayInitializeTokenizationSession.channel ● Channel! non-null object channels

Channel related to the requested action.

PaymentGatewayInitializeTokenizationSession.data ● JSON scalar miscellaneous

Payment gateway data in JSON format, received from storefront.

Interfaces

Event interface miscellaneous