使用Laravel收银台条纹 - 处理试用金额和多次订阅的定期付款

时间:2015-06-16 06:12:49

标签: php laravel-4 stripe-payments

我正在使用Laravel 4.2

我正在开发一个为用户提供视频服务的项目。

项目要求如下:

将有two个订阅计划:

1) Basic - with trial period 1 month, trial amount $1, after trial $10 per month, number of videos 2 (during trail he will also get all the features).

2) Pro - with trial period 1 month, trial amount $1, after trial $20 per month, number of videos 6 (during trail he will also get all the features)

3) Additional - Only Pro subscriber will be able to subscribe this plan too (Pro + additional + additional + additional..), $5 for each additional subscription, will get 5 more videos with each additional subscription. 

我正在为Stripe使用payment网关。当然结算时间为recurringPro rated

由于stripe仅支持free trial期(非trial amount),因此我无法在订阅用户任何计划时设置trial amount

用户可以拥有ProNadditional个计划。

我怎样才能做到这一点?我正在使用Laravel Cashier进行stripe操作。

0 个答案:

没有答案