#nithisha_error
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1405984798614229083
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! can you share the request ID where you created the checkout session?
also when exactly are you running into the error? just when you try to click the link button?
req_qwBD8FZQl3xHbl
When i click on the link in the checkout, i get this error
it works in local_host but not on the live
I change the env with sk_live, pk_live and sk_test, pk_test in local and it works, but in the live both of them are give me this error
Hm weird
Not sure if this is the issue but can you try domain registration to see if that fixes it? https://docs.stripe.com/payments/payment-methods/pmd-registration
yes they are enabled
That's not the domain you shared above
This is the onces that used for the test. I got this from this page https://dashboard.stripe.com/test/settings/payment_method_domains?enabled=true
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The test page you sent me was on https://hotfix-checkout.d3pjbsvzg0p6gg.amplifyapp.com/express-checkout-founding-v2
So that's the domain I'm referring to
Try registering that
ok so would have be hotfix-checkout right?
For certain payment methods, you must register every web domain that shows the payment method if your integration uses Elements or Checkout’s embeddable payment form. This includes registering top-level domains and subdomains. For example, if you have the domain example.com and subdomains like shop.example.com and www.example.com, this guide explains how to register them.
so you'd need hotfix-checkout.d3pjbsvzg0p6gg.amplifyapp.com
ok got it, i am trying that right now
thanks
i am having the same issue even after adding the domain
Ok hm I'm not sure what the issue could be. Let me check with a colleague
ok thanks
Hello, I'm taking over from my colleague. How are you integrating with Stripe, is it Checkout + Elements (ebmedded components)?
Hello this is my flow, Primary Approach: Embedded Checkout + Elements
- Uses Stripe's modern ui_mode: 'custom' for embedded checkout experiences
- Custom payment forms built with React Stripe Elements
- Express Checkout Elements (Apple Pay, Google Pay, Link)
- HSA/FSA card support for health industry compliance
Ok, can you test this without Cross Origin Opener Policy (COOP)? There may be a compatibility issue with it.