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

priyalaks's avatar

Stripe Integration On Laravel

I want to integrate Stripe on my project for Payment Collection . But its not going to be a subscription model. So my understanding is Cashier would be an over-kill. So without using cashier - Can I go-ahead with the PAyment Integration with Stripe ? And Do we need to collect card details on our Page ? Or we just need to send the Request PAyload to Stripe and PAyment details are collected on the Stripe PAge ?

0 likes
2 replies
Lumethys's avatar

Cashier do have support for just payment, even if you are not using cashier, perhaps giving the billing source code a look?

Personally, i would just use Cashier anyway: A package with some unused feature is better than a billing security risk

Using cashier cannot slow you down THAT much, but a just small oversight in a custom solution maybe deadly

Please or to participate in this conversation.