Skip to main content
Version: 3.x

PaymentGatewayInitializeTokenizationSession

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

Added in Saleor 3.16
This API is currently in Feature Preview and can be subject to changes at later point.
type PaymentGatewayInitializeTokenizationSession implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User!
channel: Channel!
data: JSON
}

Fields

PaymentGatewayInitializeTokenizationSession.issuedAt ● DateTime scalar

Time of the event.

PaymentGatewayInitializeTokenizationSession.version ● String scalar

Saleor version that triggered the event.

PaymentGatewayInitializeTokenizationSession.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PaymentGatewayInitializeTokenizationSession.recipient ● App object

The application receiving the webhook.

PaymentGatewayInitializeTokenizationSession.user ● User! non-null object

The user related to the requested action.

PaymentGatewayInitializeTokenizationSession.channel ● Channel! non-null object

Channel related to the requested action.

PaymentGatewayInitializeTokenizationSession.data ● JSON scalar

Payment gateway data in JSON format, received from storefront.

Interfaces

Event interface


Was this page helpful?