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()
abowire.config.changeConfig({
...
redirectUrl: 'https://my-success-page.com'.
sessionToken: '<session-token>'
});
abowire.cart.selectPaymentMethod();