#usm-seong_unexpected
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/1276180048558161980
๐ 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.
- usm-seong_unexpected, 20 hours ago, 20 messages
- usm-seong_code, 1 day ago, 63 messages
- usm_googlepay-3ds, 1 day ago, 15 messages
- usm-seong_unexpected, 1 day ago, 12 messages
- usm-seong_code, 2 days ago, 13 messages
- usm-seong_code, 2 days ago, 22 messages
and 1 more
I belive this is due to re-rendering issue on my react component
but just want to know how to prevent this by knowing what causes this call to begin with
this is React js
Hi, some of those are used for fraid detection and we talk more about it here: https://docs.stripe.com/disputes/prevention/advanced-fraud-detection
These are normal but are you seeing any issues on accepting payments?
i have a side drawer that has stripe form but this component has an existing re-rendering issue
so when I enter forms in this side drawer I see 1000 calls are made due to this re-rendering issue
is it okay to disable this fraud detection?
also, is it oaky to call the request this many times?
Yes, you can disabled them: https://docs.stripe.com/disputes/prevention/advanced-fraud-detection#disable-advanced-fraud-detection
is it oaky to call the request this many times?
cuz i'm not sure if i want to disable them globally ๐ค
yes, these calls are normal.