Ok, I've actually sorted this myself, thanks to the Stripe docs and this tutorial on Tuts+ from Jeff: http://code.tutsplus.com/tutorials/how-to-accept-payments-with-stripe--pre-80957
Jun 11, 2015
3
Level 4
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
Level 4
Please or to participate in this conversation.