#anonymous_error

1 messages · Page 1 of 1 (latest)

pastel jackalBOT
#

👋 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/1438158225819308073

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

pliant perch
#

we use these packages:

"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js”: "^5.6.0”,
"stripe": "^14.22.0”,

import { loadStripe, type Stripe } from '@stripe/stripe-js';

loadStripe(publicKey, {
    apiVersion: '2023-10-16',
        stripeAccount: connectedAccountId,
        });

// to confirm the payment
const { error, paymentIntent } = await stripe.confirmPayment({
elements,
redirect: 'if_required',    confirmParams: {            return_url: REDIRECT_URL,
    },
});```
#

and we use PaymentElement which comes from @stripe/react-stripe-js package

alpine phoenix
#

So this error is being surfaced to the customer? Do you have any screenshots showing how it appears?

pliant perch
#

unfortunately we don't have any screenshot how it appears on the frontend but we capture all of this data in google analytics to track the metrics of successful and failed transactions

#

a similar error also occurs for google pay with a message that goes like this:

Something went wrong. Unable to show Google Pay. Please choose a different payment method and try again

alpine phoenix
pliant perch
#

sure let me check if I can get that

#

Hello, I am not able to find the request ID, is there anything else that I can share that might help you in debugging it?

#

We’re also unable to reproduce this issue, so for now, we just want to understand one thing:

When is this error typically triggered?

alpine phoenix
pliant perch
#

sure I'll check this

#

thank you for sharing