没有订阅的Laravel收银员

时间:2017-12-18 13:08:19

标签: php laravel laravel-5.5 laravel-cashier

我有以下要求。应用用户A呼叫另一个用户B,如果用户B参加呼叫,则必须从他的信用卡中扣除1美元。卡片详细信息将在注册步骤中收集。

此过程中不涉及订阅。我需要使用Laravel收银台吗?

1 个答案:

答案 0 :(得分:2)

答案:您不需要使用Laravel收银员进行“一次性”收费。

在他们的document中,他们被明确提到了。

If you're only performing "one-off" charges and do not offer subscriptions, you should not use Cashier. Instead, use the Stripe and Braintree SDKs directly.