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?
@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.
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
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.