Scope
The single Page payment process for Chargebee API call
Can all the payment steps be shown on a single form for payment?
Summary
There are two ways to configuring single page checkout.
- Using Chargebee's single page checkout - Hosted pages V2
- Using your own checkout and passing the information Via API to Chargebee
Solution
Using Chargebee's single page checkout - Hosted pages V2
Single Page Checkout allows your customers to enter all their details on a single page. When your users click Checkout or Subscribe on your website, they will be redirected to a new URL where they can review their order, enter their account and payment details.
To configure Single Page Checkout, click Settings > Configure Chargebee > Customer-facing Essentials > Checkout and Self-serve Portal. Configure the following two pages to get started:
- Checkout Page (for all your customers to enter their accounting information and payment method details to sign up or subscribe for your plans)
- Payment Method Page (for your existing subscribers to update their payment method details)
Click here to know more.
You need a raise a request to migrate from in-app checkout to single page checkout hosted pages. Write to support@chargebee.com
Using your own checkout and passing the information Via API to Chargebee
Integrating using API is extremely useful when you want to have a user management or authentication system at your end.
Click here to know more.