doulou0882 2017-09-28 22:26
浏览 65
已采纳

没有Stripe的Laravel订阅实现

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.

  • 写回答

1条回答 默认 最新

  • dongmopu6734 2017-09-29 00:44
    关注

    I think that you have to make a system on which you can transfer money into your account before you run out of money.

    We in the Netherlands have also a system that is widely used voor internet banking (iDeal). You can only transfor money once with it. Not for a subcription-like monthly payment.

    I guess that there will be something similar available for you.

    One downside: when you are storing other people's balance in your own database, security is a VERY IMPORTANT thing to consider.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效