Skip to main content

PaymentSettingsInput Input Type

No description

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

Fields

PaymentSettingsInput.defaultTransactionFlowStrategy ● TransactionFlowStrategyEnum enum payments

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.

PaymentSettingsInput.releaseFundsForExpiredCheckouts ● Boolean scalar miscellaneous

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

Added in Saleor 3.20

PaymentSettingsInput.checkoutTtlBeforeReleasingFunds ● Hour scalar miscellaneous

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

Added in Saleor 3.20

PaymentSettingsInput.checkoutReleaseFundsCutOffDate ● DateTime scalar miscellaneous

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