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

# PaymentGatewayInitializeTokenizationResult Enum

Result of initialize payment gateway for tokenization of payment method.

The result of initialize payment gateway for tokenization of payment method. SUCCESSFULLY\_INITIALIZED - The payment gateway was successfully initialized. FAILED\_TO\_INITIALIZE - The payment gateway was not initialized. FAILED\_TO\_DELIVER - The request to initialize payment gateway was not delivered.

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

### Values

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

#### [`SUCCESSFULLY_INITIALIZED`](#successfully-initialized)

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

#### [`FAILED_TO_INITIALIZE`](#failed-to-initialize)

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

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

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

### Member Of

[`PaymentGatewayInitializeTokenization`](/api-reference/payments/objects/payment-gateway-initialize-tokenization.md) object
