You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'cashier-document-create-stripe-customer-method' of https://github.com/driesvints/docs into driesvints-cashier-document-create-stripe-customer-method
Besides creating subscriptions with a token you can also directly create a customer with a card token. This is handy when you already want to add the user as a customer in your payment provider without starting a subscription.
462
+
463
+
$user->createAsStripeCustomer($stripeToken);
464
+
465
+
The Braintree equivalent is the `createAsBraintreeCustomer` method.
0 commit comments