Skip to main content

PaymentMethodProcessTokenization Object

Tokenize payment method.

Requires the 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

result ● PaymentMethodTokenizationResult!

A status of the payment method tokenization.

id ● String

The identifier of the payment method.

data ● JSON

A data returned by the payment app.

errors ● [PaymentMethodProcessTokenizationError!]!

Returned By

paymentMethodProcessTokenization mutation