I have a Laravel project that users must subscribe to one of our plans and each plan has its own specific features, like http://busy.io subscription system. As far as billing services like Stripe and Braintree do not support IRR (ريال) currency, and also, PayPal and Visa are not available in Iran (that does not mean we don't have online billing service, we have our local banking system), I have to implement users subscription system by myself.
Obviously, Laravel Cashier cannot be helpful, so I need some guides to follow. I don't have any idea about how it should be implemented.
For more detail, I'm gonna build a social-media scheduling service and my pricing is much like http://busy.io/pricing, but a little bit different.
Any advice or suggestion would be appreciated.
Thanks.