> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/channels/llms.txt)
> Source: https://docs.saleor.io/api-reference/channels/enums/mark-as-paid-strategy-enum

# MarkAsPaidStrategyEnum Enum

Determine the mark as paid strategy for the channel.

TRANSACTION\_FLOW - new orders marked as paid will receive a `TransactionItem` object, that will cover the `order.total`.

PAYMENT\_FLOW - new orders marked as paid will receive a `Payment` object, that will cover the `order.total`.

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

### Values

<a id="transaction-flow"></a>

#### [`TRANSACTION_FLOW`](#transaction-flow)

Show deprecatedHide deprecated

<a id="payment-flow"></a>

#### [`PAYMENT_FLOW`](#payment-flow)

DEPRECATED

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

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

### Member Of

[`OrderSettings`](/api-reference/miscellaneous/objects/order-settings.md) object  ● [`OrderSettingsInput`](/api-reference/orders/inputs/order-settings-input.md) input
