2017-12-18 241 views
1

我有以下要求。應用用戶A呼叫另一個用戶B,並且如果用戶B出席呼叫,則必須從他的信用卡中扣除1美元。卡信息將在註冊步驟中收集。Laravel收銀員無需訂閱

該流程沒有涉及訂閱。我需要使用Laravel收銀員嗎?

+0

想要做即時付款嗎? – madalinivascu

+0

你最好用定期付款 – madalinivascu

+0

不需要即時付款。 –

回答

0

答:您不需要使用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.