> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/inputs/payment-settings-input

# PaymentSettingsInput Input Type

No description

```graphql
input PaymentSettingsInput {
  defaultTransactionFlowStrategy: TransactionFlowStrategyEnum
  releaseFundsForExpiredCheckouts: Boolean
  checkoutTtlBeforeReleasingFunds: Hour
  checkoutReleaseFundsCutOffDate: DateTime
}
```

<a id="fields"></a>

### Fields

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

#### [`defaultTransactionFlowStrategy`](#default-transaction-flow-strategy) ● [`TransactionFlowStrategyEnum`](/api-reference/payments/enums/transaction-flow-strategy-enum.md)

Determine the transaction flow strategy to be used. Include the selected option in the payload sent to the payment app, as a requested action for the transaction.

<a id="release-funds-for-expired-checkouts"></a>

#### [`releaseFundsForExpiredCheckouts`](#release-funds-for-expired-checkouts) ● [`Boolean`](/api-reference/miscellaneous/scalars/boolean.md)

Determine if the funds for expired checkouts should be released automatically.

Added in Saleor 3.20

<a id="checkout-ttl-before-releasing-funds"></a>

#### [`checkoutTtlBeforeReleasingFunds`](#checkout-ttl-before-releasing-funds) ● [`Hour`](/api-reference/miscellaneous/scalars/hour.md)

The time in hours after which funds for expired checkouts will be released.

Added in Saleor 3.20

<a id="checkout-release-funds-cut-off-date"></a>

#### [`checkoutReleaseFundsCutOffDate`](#checkout-release-funds-cut-off-date) ● [`DateTime`](/api-reference/miscellaneous/scalars/date-time.md)

Specifies the earliest date on which funds for expired checkouts can begin to be released. Expired checkouts dated before this cut-off will not have their funds released. Additionally, no funds will be released for checkouts that are more than one year old, regardless of the cut-off date.

Added in Saleor 3.20

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

### Member Of

[`ChannelCreateInput`](/api-reference/channels/inputs/channel-create-input.md) input  ● [`ChannelUpdateInput`](/api-reference/channels/inputs/channel-update-input.md) input
