Integrate Stripe in Laravel using curl
This controller works with Stripe's Checkout integration https://stripe.com/docs/checkout
Steps:
- Place StripePaymentController.php in app/Http/Controller
- Edit the controller, use your Stripe key in
CURLOPT_USERPWD
- Use your own validations for validating the payment.
and Voala!