Closed RyanPaiva56 closed 3 years ago
createAsStripeAccount
takes a type argument. Essentially you would do $model->createAsStripeAccount('standard')
to create a standard Stripe Connect account for the model (user). The same goes for createOrGetStripeAccount
and deleteAndCreateStripeAccount
, they all take type as param with express
as default.Solved in #9
Hi! This package looks amazing, and I just have two questions: