Stripe payment processing with Vaadin 24?

I’m having a tough time figuring a simple Stripe payment processing scenario. I’ve got a view setup and I’m grabbing all the parameters necessary to make a payment. I’m stuck trying to create a Stripe token on the client side to pass into the server side processing.

At this point, I’d love to just borrow code from anyone who has successfully built a solution that works. I’m fatigued trying to use some AI tools to give me some answers. I think a human would really help!

Thanks for any help that you can pass my way!

Cheers,
Clint

why not doint it by yourself and get a lot of experiences and learnings from it? Stripe has an own checkout page which they host, maybe that is a solution for you if you dont have fun developing it yourself. I made a own checkout using paypal and learned a lot what the api can do, which i used for later features. Just my two cents :)