I'm not using Cashier right now. Should I be?
i was under the impression that Cashier was only for the "subscription" usecase -- from Doc: 'Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services. It handles almost all of the boilerplate subscription billing code you are dreading writing. '
I'm building an auction app functionality that has to charge all the customers after the auction is complete. some will be return customers. I'm not building a saas subscription app.
I was worried about this reference in the doc: 'Of course, when making a single charge against a customer's payment method we'll only need to use a payment method identifier a single time. Due to Stripe limitations, you may not use the stored default payment method of a customer for single charges. You must allow the customer to enter their payment method details using the Stripe.js library.'
are you saying that I can use Cashier for a use-case that stores cards and charges them once service is complete (but not ongoing)? If so, great.