Skip to main content

PaymentSettingsInput Input Type

No description

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

Fields

defaultTransactionFlowStrategy ● TransactionFlowStrategyEnum

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.

releaseFundsForExpiredCheckouts ● Boolean

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

Added in Saleor 3.20

checkoutTtlBeforeReleasingFunds ● Hour

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

Added in Saleor 3.20

checkoutReleaseFundsCutOffDate ● DateTime

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

Member Of

ChannelCreateInput input ● ChannelUpdateInput input