我想将Stripe集成到我的Laravel应用程序中,我想知道什么是更好的解决方案:https://github.com/cartalyst/stripe-laravel或https://laravel.com/docs/5.3/billing?
答案 0 :(得分:1)
如果你只是表演一次性"费用直接使用Stripe SDK
或Cartalyst使用stripe-laravel
。 https://cartalyst.com/manual/stripe-laravel/
如果您要提供订阅,则应使用Laravel Cashier
代替。 https://laravel.com/docs/5.4/billing