#buderscotch_api
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/1338415766596485151
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi. I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi there! For some reason I have a number of huge declined payments from multiple customers. I noticed a large portion of error codes are either:
- generic_decline; or
- fraudulent
i was wondering if risk_score would have a huge issue with this
We can't help with decline questions, but my colleague at support team will be able to help you.
Got it! Thanks Jack, will check with customer support
Okay, I have one question though @wind obsidian, does sending information like shipment and billing info through the API affect the risk score heavily?
Or is that something only the support team knows?
Might ask them this same question if ever
https://docs.stripe.com/radar/risk-evaluation you can learn more about risk evaluation here
ah yeah, i checked that part, but i just wanted to know of those shipment and billing info heavily impact risk score; say, current implementation gives customer a risk score of 80. would adding billing info and shipment info significantly decrease that score?
or is it really just the customers' payment methods at fault here, and not the implementation
Currently, our implementation just sends out amount, currency, description, and confirm
and posts it to payment_intents
Based on the doc, I don't see shipping and billing info has direct impact on risk score.
Yeah, but the documentation mentioned you guys use a machine learning system to evaluate...things. It's sort of abstracted actually. But you use AI to evaluate risk scores
Just wanted to know if those values actually contribute to that fact or not really, and it's just a customer-related issue and not a code-related one ๐ค