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

dipherent's avatar

Add Stripe to Laravel

Hi friends,

I am trying to integrate Stripe in Laravel for a single charge without a subscription or login or registration. I tried to follow their PHP guide and it is confusing to me because I am a beginner.

Is there any simple to use guide or a source that you recommend?

How do I do this in Laravel?

Thanks

0 likes
4 replies
dipherent's avatar

So, you recommend using cashier for this? I read somewhere that Cashier shouldn't be used if the purpose is a single payment (without the need to login, or subscribe...

If using Cashier for such a scenario is ok, I can follow the tutorial here in laracasts and try to do it...

Please advice, and I really appreciate your help :)

Thanks

jlrdw's avatar
jlrdw
Best Answer
Level 75

I would recommend at least browsing the cashier documentation and watching two or three videos and then make a good choice. But, correct cashier is not required.

Also I would recommend if not using cashier, browse over a couple of other payment gateways.

I have use PayPal in the past, but it's been a while now.

Also Github has some laravel packages that assist with PayPal , but back when I used it I didn't use no packages.

1 like

Please or to participate in this conversation.