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

lordoracle's avatar

Suscription site dude

Hello! I'm looking to put together a simple subscription system without Stripe. This payment gateway does not exist in my country. I've searched for tutorials on it but no luck.

Do you know any guide or tutorial where I can build a subscription system in Laravel?

0 likes
6 replies
vincent15000's avatar

The best way will perhaps be to contact your bank to use their payment package / API.

lordoracle's avatar

@vincent15000 I'm looking for a tutorial to put together the structure. independent of the payment gateway. It could even not use any and approve everything via mail.

Rutherfordium's avatar

Find payment gateway that available in your country, back then I thought if I want to process a payment I need to use Stripe, and one time when I browse without cloudflare on, google actually suggest payment gateway that available in my country :)

For the detail on how to use that payment gateway, usually they will provide the documentation on how to use their services, if not just contact them

1 like
lordoracle's avatar

since I'm a newbie I thought maybe there would be something about it without using stripe. Maybe some guide that one can follow to have a basic subscription model.

1 like
vincent15000's avatar

@lordoracle If you are a newbie as you said, I suggest you to not write your own payment gateway and use the one existing in your country.

1 like

Please or to participate in this conversation.