PaymentMethodProcessTokenization
Tokenize payment method.
Added in Saleor 3.16This API is currently in Feature Preview and can be subject to changes at later point.
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