Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

TimeSocks's avatar

Simple, one-off Stripe payment without a log in?

I've searched in vain for a tutorial on how to implement a simple, one off payment in Stripe and Laravel 5. My app won't have a log in system - the user should simply be able to enter their name and e-mail address, then go ahead and enter their card details and make a one-off payment via Stripe.

I've got the Javascript side set up fine to generate a token and send it to the server, but I'm lost as to what do in my controller to actually make the charge. How do I go about it?

TIA

0 likes
3 replies
anjanesh's avatar

Does the Stripe Series have the article / video / tutorial on accepting one-time payment without user registration ?

Please or to participate in this conversation.