#husseinreda_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/1369793341239201876
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
What function is triggering this log exactly?
hello
ConfirmPayment
Gotcha. Is there any other function that's running when you see this error?
no just the confirmpayment
and to validate that i haven't done anything i reverted my code to the initial one where stripe was working fine
Gotcha.
You said
could it be because of trying it multiple time and if yes what we do in production
How exactly are you retrying this? By clicking on the button multiple times?
no i mean i was trying confirm for long
What test card are you using for this test?
Are you using a test card that triggers 3DS auth?
It's possible something is wrong with your returnURL - https://github.com/stripe/stripe-react-native/issues/610#issuecomment-1060806773
We have docs on how you can handle this - https://docs.stripe.com/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-set-up-return-url
yes
but ive also tried the ones with 3ds auth required and it failed also
Based on the issue I linked above, incorrect return URL can cause this error as well