Skip to main content

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.
paymentMethodProcessTokenization(
channel: String!
data: JSON
id: String!
): PaymentMethodProcessTokenization

Arguments

paymentMethodProcessTokenization.channel ● String! non-null scalar miscellaneous

Slug of a channel related to tokenization request.

paymentMethodProcessTokenization.data ● JSON scalar miscellaneous

The data that will be passed to the payment gateway.

paymentMethodProcessTokenization.id ● String! non-null scalar miscellaneous

The identifier of the payment gateway app to process payment method tokenization.

Type

PaymentMethodProcessTokenization object payments

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.