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

# TransactionFlowStrategyEnum Enum

Determine the transaction flow strategy.

AUTHORIZATION - the processed transaction should be only authorized CHARGE - the processed transaction should be charged.

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

### Values

<a id="authorization"></a>

#### [`AUTHORIZATION`](#authorization)

<a id="charge"></a>

#### [`CHARGE`](#charge)

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

### Member Of

[`PaymentSettings`](/api-reference/miscellaneous/objects/payment-settings.md) object  ● [`PaymentSettingsInput`](/api-reference/payments/inputs/payment-settings-input.md) input  ● [`transactionInitialize`](/api-reference/payments/mutations/transaction-initialize.md) mutation  ● [`TransactionProcessAction`](/api-reference/payments/objects/transaction-process-action.md) object
