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
Capture Payment methods
If you already have an onboarding flow, you might want to only use our Checkout to collect the customer's payment information.
You can open the checkout in the Payment Method selection page by logging the user in (see
Authenticating a User
) and calling
selectPaymentMethod()
1
abowire
.
config
.
changeConfig
({
2
...
3
redirectUrl
:
'https://my-success-page.com'
.
4
sessionToken
:
'<session-token>'
5
});
6
7
abowire
.
cart
.
selectPaymentMethod
();
Copied!
Previous
Remove a plan
Next
Customize payment methods
Last modified
24d ago
Copy link