Skip to main content

PaymentMethodProcessTokenizationSession Object

Event sent when user continues a tokenization of payment method.

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

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.

id ● String!

The ID returned by app from PAYMENT_METHOD_INITIALIZE_TOKENIZATION_SESSION webhook.

Interfaces

Event