Skip to main content
Version: 3.x

PaymentMethodProcessTokenization

Tokenize payment method.

Added in Saleor 3.16
This API is currently in Feature Preview and can be subject to changes at later point.
Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • PAYMENT_METHOD_PROCESS_TOKENIZATION_SESSION (sync): The customer continues payment method tokenization.
type PaymentMethodProcessTokenization {
result: PaymentMethodTokenizationResult!
id: String
data: JSON
errors: [PaymentMethodProcessTokenizationError!]!
}

Fields

PaymentMethodProcessTokenization.result ● PaymentMethodTokenizationResult! non-null enum

A status of the payment method tokenization.

PaymentMethodProcessTokenization.id ● String scalar

The identifier of the payment method.

PaymentMethodProcessTokenization.data ● JSON scalar

A data returned by the payment app.

PaymentMethodProcessTokenization.errors ● [PaymentMethodProcessTokenizationError!]! non-null object

Returned by

paymentMethodProcessTokenization mutation


Was this page helpful?