> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/checkout/llms.txt)
> Source: https://docs.saleor.io/api-reference/checkout/enums/checkout-authorize-status-enum

# CheckoutAuthorizeStatusEnum Enum

Determine a current authorize status for checkout.

We treat the checkout as fully authorized when the sum of authorized and charged funds cover the checkout.total. We treat the checkout as partially authorized when the sum of authorized and charged funds covers only part of the checkout.total We treat the checkout as not authorized when the sum of authorized and charged funds is 0.

NONE - the funds are not authorized PARTIAL - the cover funds don't cover fully the checkout's total FULL - the cover funds covers the checkout's total

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

### Values

<a id="none"></a>

#### [`NONE`](#none)

<a id="partial"></a>

#### [`PARTIAL`](#partial)

<a id="full"></a>

#### [`FULL`](#full)

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

### Member Of

[`Checkout`](/api-reference/checkout/objects/checkout.md) object  ● [`CheckoutFilterInput`](/api-reference/checkout/inputs/checkout-filter-input.md) input
