DEV Community

Shinyuy Marcel
Shinyuy Marcel

Posted on

Integrating Checkout or Payment Gateway on A Laravel Website.

Top comments (2)

Collapse
 
bpropelled profile image
Propelled

I am currently building an application that has one time payments (for equipment rentals) as well as monthly subscriptions for office rentals. I am using Stripe so far and it has been a pleasure to work with. Stripe gives you test and live api keys so you can run full testing scenarios easily.

Jeffrey Way has a course on Laracasts for accepting payments. worth the $20/m as he goes in depth on the Stripe SDK.

Laravel has something called Cashier, I am not really sure what it does but the docs say it is for Stripe or BrainTree.

Collapse
 
shinyuy profile image
Shinyuy Marcel

Hello guys, please what will you recommend as a course, tutorial or learning material of any sot for understanding how to integrate checkout or payment API in a Laravel ecommerce website ?