Customize payment methods
In some cases you might want to customize what payment options the user sees in the Checkout and in what order.
You can do so by using the paymentMethods
configuration:
abowire.config.changeConfig({
...
paymentMethods: [
'card',
'sepa-debit',
'wire-transfer',
],
});
Notes:
- If you specify only one payment method, the checkout will select it automatically.
- The payment methods have to be available in the payment gateways you have configured in your account.