gpt4 book ai didi

php - 使用 Laravel 5.4 从 strip 中检索订阅计划列表

转载 作者:可可西里 更新时间:2023-10-31 22:09:14 25 4
gpt4 key购买 nike

如何使用 Laravel 5.4 从 stripe 获取订阅计划列表?

有没有办法检索订阅计划列表?

以下检查用户是否订阅了计划

@if(Auth::user()->subscribed('dailyTest'))

但是有没有类似的东西

@foreach (Stripe::plans() as $plan)

最佳答案

在您的 Controller 中,您应该能够执行以下操作:

\Stripe\Stripe::setApiKey(config('services.stripe.secret'));
$plans = \Stripe\Plan::all();

$plans 将包含在 Stripe 中设置的所有计划的集合。

关于php - 使用 Laravel 5.4 从 strip 中检索订阅计划列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46450741/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com