PaymentOptions
Defines payment-related options in the VendureConfig.
paymentMethodHandlers
property
PaymentMethodHandler[]Defines which PaymentMethodHandlers are available when configuring PaymentMethods
paymentMethodEligibilityCheckers
property
PaymentMethodEligibilityChecker[]Defines which PaymentMethodEligibilityCheckers are available when configuring PaymentMethods
customPaymentProcess
property
Array<PaymentProcess<any>>process
Default:
<a href='/reference/typescript-api/payment/default-payment-process#defaultpaymentprocess'>defaultPaymentProcess</a>Allows the definition of custom states and transition logic for the payment process state machine. Takes an array of objects implementing the PaymentProcess interface.
refundProcess
property
Array<RefundProcess<any>>Default:
<a href='/reference/typescript-api/payment/default-refund-process#defaultrefundprocess'>defaultRefundProcess</a>Allows the definition of custom states and transition logic for the refund process state machine. Takes an array of objects implementing the RefundProcess interface.
Was this chapter helpful?