Abowire
Search…
Our docs have moved
Introduction
Integrating Abowire
Environments
Create your API Keys
Web SDK
Getting Started with the Web SDK
Checkout SDK
Add a plan
Remove a plan
Capture Payment methods
Customize payment methods
Change language
Customer Portal SDK
Powered By
GitBook
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:
1
abowire
.
config
.
changeConfig
({
2
...
3
paymentMethods
:
[
4
'card'
,
5
'sepa-debit'
,
6
'wire-transfer'
,
7
],
8
});
Copied!
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.
Previous
Capture Payment methods
Next
Change language
Last modified
24d ago
Copy link