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
The text was updated successfully, but these errors were encountered:
dantart
changed the title
Redirect to Strip checkout to not manage the credit card data
Redirect to Stripe checkout to not manage the credit card data
Nov 25, 2020
Is it possible to use this module to create a subscription where the flow is redirect to Stripe so user put the credit card in Stripe?
I see the method:
$user->newSubscription('main', 'monthly')->create($creditCardToken);
but I don't want to "host" the credit card input data, so I'd like to create the subscription session id, so I can redirect user to stripe checkout as shown in https://stripe.com/docs/billing/subscriptions/checkout
Is this possible?
The text was updated successfully, but these errors were encountered: