> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/enums/payment-method-tokenization-result

# PaymentMethodTokenizationResult Enum

Result of tokenization of payment method.

SUCCESSFULLY\_TOKENIZED - The payment method was successfully tokenized. ADDITIONAL\_ACTION\_REQUIRED - The additional action is required to tokenize payment method. PENDING - The payment method is pending tokenization. FAILED\_TO\_TOKENIZE - The payment method was not tokenized. FAILED\_TO\_DELIVER - The request to tokenize payment method was not delivered.

<a id="values"></a>

### Values

<a id="successfully-tokenized"></a>

#### [`SUCCESSFULLY_TOKENIZED`](#successfully-tokenized)

<a id="pending"></a>

#### [`PENDING`](#pending)

<a id="additional-action-required"></a>

#### [`ADDITIONAL_ACTION_REQUIRED`](#additional-action-required)

<a id="failed-to-tokenize"></a>

#### [`FAILED_TO_TOKENIZE`](#failed-to-tokenize)

<a id="failed-to-deliver"></a>

#### [`FAILED_TO_DELIVER`](#failed-to-deliver)

<a id="member-of"></a>

### Member Of

[`PaymentMethodInitializeTokenization`](/api-reference/payments/objects/payment-method-initialize-tokenization.md) object  ● [`PaymentMethodProcessTokenization`](/api-reference/payments/objects/payment-method-process-tokenization.md) object
