@D9705996 you say that but in the introduction of cashier it explicitly states
f 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.
@D9705996 Cashier is fine for one-off payments, despite the warning in the documentation. I use Cashier to capture charges for rentals in a moderate-sized video on demand site I run.
@D9705996 - I think the warning’s more, if you’re only doing one-off charges then just use Stripe/Cashier’s SDKs directly rather than pulling in Cashier. Cashier is primarily for subscription-based charging, but can also do single charges as a “secondary” feature.