#rq-sagar
1 messages · Page 1 of 1 (latest)
Hello! Can you confirm the custom subdomain you added is marked as active here? https://dashboard.stripe.com/settings/custom-domains
Yes it is active
Can you show me the request ID where the custom domain is not being used? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
@harsh locust - Someone is trying to help me over live chat on Stripe website. Let me get back to you with the result
Sounds good!
@harsh locust - They said they need some time and get back by email.
If you're still there, request id is req_E8x0zwslujSvtG
url is what I wanted
If I copy/paste this in browser, it works
Taking a look, hang on...
How are you redirecting to the URL? Are you sending your customer to the url property of the Checkout Session or are you using stripe.redirectToCheckout?
stripe.redirectToCheckout({sessionId})
Ah, gotcha. Custom Checkout domains are not compatible with stripe.redirectToCheckout. You need to redirect people to the url from the Checkout Session instead.
Oh I see, is it safe to do so?
Yep! There are some details here: https://stripe.com/docs/payments/checkout/custom-domains#troubleshooting-integration
Ah, thank you so much
Happy to help!
@harsh locust - How can I tell that person who was in chat that this issue has been resolved? I know his name. If I create new chat, it will assign new person.
You should have an email about it, you can reply there and let them know you worked it out. 🙂