Hello guys, I’m building a simple shopping site/marketplace where users no need to register their info to shop on my platform. My question is actually nearly the same question as eddie in the link below asked, but I’m still not be able to figure this out.
https://forum.bubble.io/t/solved-stripe-checkout-for-logged-out-user/1384
It seems the “charge the current user” action requires the Payer Email and I need to set up a form(in my case popup) for unregistered users to fill in their email addresses BEFORE navigating them to Stripe Checkout page but, this is nonsense UX-wise as I want to get rid of that popup form and make the Checkout page’s email form editable by the users. Can this be achievable?
One more question is that I cannot reset/clear email on the Stripe that’s used on the last payment with the route that I just explained above. How can I clear the email last time used?
I’m still a newbie on Bubble but I figured out the basics of the Stripe payment its just getting fun and I’d really appreciate your help.