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

# OrderAuthorizeStatusEnum Enum

Determine a current authorize status for order.

We treat the order as fully authorized when the sum of authorized and charged funds cover the `order.total`\-`order.totalGrantedRefund`. We treat the order as partially authorized when the sum of authorized and charged funds covers only part of the `order.total`\-`order.totalGrantedRefund`. We treat the order as not authorized when the sum of authorized and charged funds is 0.

NONE - the funds are not authorized PARTIAL - the funds that are authorized and charged don't cover fully the `order.total`\-`order.totalGrantedRefund` FULL - the funds that are authorized and charged fully cover the `order.total`\-`order.totalGrantedRefund`

<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

[`Order`](/api-reference/orders/objects/order.md) object  ● [`OrderAuthorizeStatusEnumFilterInput`](/api-reference/orders/inputs/order-authorize-status-enum-filter-input.md) input  ● [`OrderFilterInput`](/api-reference/orders/inputs/order-filter-input.md) input
