#Princess Foxx-checkout-domains
1 messages ยท Page 1 of 1 (latest)
like
Can you share the test mode checkout session ID with me?
like the url?
The ID - like cs_test_xxx
Also just want to confirm - you've followed all the steps in the docs? (especially the verification steps)
yes
and i have to edit my code to give me the id. hold on please
cs_test_a1iSyXevoR5aSgQ5ODTyPgWhxEup1xmbgzDvnGrVUIXyALFVABihbuFbIZ
It seems to be working when I look at it now
How are you redirecting to the URL? When you look at the output from your creation request (https://dashboard.stripe.com/test/logs/req_NlitPWoSMjrwKM) you can see the url is using https://checkout.foxxything.com
stripe.redirectToCheckout({sessionId: payload.id})
Instead of using that, you should just redirect to the URL you get back from the request
๐ I'll flag that those docs get updated to reflect that
๐ happy to help!
Found where it's documented! https://stripe.com/docs/payments/checkout/custom-domains#troubleshooting-integration
It's kind of hidden right now though, so I'm going to see if we can get that fixed