I have an urgent need to add Stripe payments to my Xano/weweb app. This needs to be done and tested within the next 3 days (by August 6 EOD latest).
I need Guidance/Assistance from an expert who has successfully implemented Stripe payments as described below. If you’re an expert, I’m guessing it would only take an hour of your time, which I would gladly pay for.
I’ve repeatedly watched Quentin’s excellent videos on how to implement Stripe Checkout and Stripe Element in a weweb app (which I think I could do myself) - but those videos only let the user buy a SINGLE product. What I need is the ability for a user to add MULTIPLE items to a shopping cart and then have the combined price (a single amount) be sent to Stripe for payment processing. I’m not sure if that’s possible using Stripe Checkout or Stripe Element. If it is, is there a video showing how to do that?
Particulars:
- Small number of products (<10)
- I be just as happy to maintain products in only 1 place (Xano) - but if I have to I’ll replicated in Stripe.
- If there’s no ‘cart’ functionality available through the Stripe plugin in weweb, I think I may have to build a custom shopping cart in weweb, and have a ‘Pay Now’ button that opens up a Stripe payment form.
- Ideally I want to pass the following data to Stripe: Xano user_id, name so that it will be easy to look up a user’s transactions on Stripe.
(for those of you who are also StateChange members, I apologize in advance for the redundant post)