Skip to main content

PaymentSettings Object

Represents the channel-specific payment settings.

type PaymentSettings {
defaultTransactionFlowStrategy: TransactionFlowStrategyEnum!
releaseFundsForExpiredCheckouts: Boolean
checkoutTtlBeforeReleasingFunds: Hour
checkoutReleaseFundsCutOffDate: DateTime
}

Fields

PaymentSettings.defaultTransactionFlowStrategy ● TransactionFlowStrategyEnum! non-null 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.

PaymentSettings.releaseFundsForExpiredCheckouts ● Boolean scalar miscellaneous

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

Added in Saleor 3.20

PaymentSettings.checkoutTtlBeforeReleasingFunds ● Hour scalar miscellaneous

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

Added in Saleor 3.20

PaymentSettings.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

Channel object