Hi, I have a button group with some amount that I would like the user to select and then charge… We do have the products set up in stripe but running into issues to understand what is the actual process to make it happen.
Yep, you can make each button a separate button with an action of “Add Product to Cart”, then specify the Stripe product you’d like to add to your cart when that button is selected! let us know if you have any other questions
Well… I can’t make it work. When I click the submit (buy) it does something, and I actually see the client creation on stripe… but never goes into completed… no transaction happens. I am sure I am missing something but I keep checking the simple plan selection font, and I believe I replicated everything including hidden fields. Is there anything that needs to happen in the backend?
Hey Oscar, you didn’t have Validate & Submit Data turned on for some of your purchase / selection buttons. I just turned them on, could you try it again?
yeah… still not working… not sure why. Will keep testing. I no longer see the requests in the log (Stripe). Getting “Internal Server Error” when submitting a real CC
------ It works now — I think there is an opportunity to write a better article about the stripe payment, because I didn’t find one and it was a process of discovery
Ah got it, thanks for the feedback! Do you know what your issue was and what ultimately led it to work? We’d love to update our docs to make them more useful