Question about Payments and how to work out the amount to be charged

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.

Any help would be greatly appreciated. :slightly_smiling_face:

Actually just found the template for simple plan and trying to copy that into our form. :slightly_smiling_face:

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?

Oh man… thanks… will check

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

Oscar - how did you get this to work? I’m going to post a similar topic separately shortly. Thanks, Suzan