PaymentMethodProcessTokenization Object
Tokenize payment method.
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 payments
A status of the payment method tokenization.
PaymentMethodProcessTokenization.id
● String
scalar miscellaneous
The identifier of the payment method.
PaymentMethodProcessTokenization.data
● JSON
scalar miscellaneous
A data returned by the payment app.
PaymentMethodProcessTokenization.errors
● [PaymentMethodProcessTokenizationError!]!
non-null object payments
Returned By
paymentMethodProcessTokenization
mutation