Skip to main content

paymentMethodProcessTokenization Mutation

Tokenize payment method.

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.

Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • PAYMENT_METHOD_PROCESS_TOKENIZATION_SESSION (sync): The customer continues payment method tokenization.