Is it possible to create a custom checkout? I do not really like stripe. I also want to accept paymenth methods that stripe does not have. And I want the user to fill in their creditcard on the website, not via a third party service. Like in the image below.
@adamhholmes Yes I do not like the stripe hosted checkout page. I want the user to pick their payment method on my website. Like in the image below, this is from wayfair.com you can look at their website to see how they did it. A custom checkout like this is pretty common for larger brands, only amateurs would use a stripe checkout.
@adamhholmes If you think i can build a checkout page like this with stripe then I will use stripe, but using their hosted checkout is a no for me, same like the shopify checkout, i hate it.
You can make it 100% custom on your site. All the checkout page has to do is provide the info to the user. Then use the bubble built stripe plugin to process a payment via ‘charge’.
Stripe’s developer docs are among the best available in my opinion… everything you need is in there, although if you’re not familiar with APIs and custom JS it will take a bit of time to learn…