#elleschu-redirect
1 messages · Page 1 of 1 (latest)
Hi! just to clarify so we're on the same page, when you say customer portal, are you referring to https://stripe.com/docs/billing/subscriptions/integrating-customer-portal , or something else like Checkout (https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout) ?
Sorry I meant checkout url https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout 🙂
ok! in that case you should look at https://stripe.com/docs/payments/checkout/custom-success-page for some pointers. In general you can set the return_url to anything you like, you could add ?user=xyz as a parameter for example and look for that.
overall though this is generally something you manage with cookies, when the user returns to your site you'd authenticate them that way
thanks a lot !