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

# OrderAction Enum

No description

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

### Values

<a id="mark-as-paid"></a>

#### [`MARK_AS_PAID`](#mark-as-paid)

Represents a mark-as-paid action.

Show deprecatedHide deprecated

<a id="capture"></a>

#### [`CAPTURE`](#capture)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Represents the capture action.

<a id="refund"></a>

#### [`REFUND`](#refund)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Represents a refund action.

<a id="void"></a>

#### [`VOID`](#void)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Represents a void action.

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

### Member Of

[`Order`](/api-reference/orders/objects/order.md) object  ● [`Payment`](/api-reference/payments/objects/payment.md) object
