#folka_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/1271060364787712062
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hello ๐
so you are creating a SetupIntent, and you want Radar to block it?
I want Radar to block the setup intent if billing address verification fails. My application uses stripe to validate users address and one of the methods of address validation we want to provide is using credit card and validating user inputted address with cards billing details. I want the radar to let through setup intents where address matches ๐
during this request I've added my real address and it matches my cards billing address. I expected this request to pass
can you share a SetupIntent ID (seti_xxx) that you expected to work, but was blocked by Radar?
sure, give me a sec
seti_1PlTfI069X7Ht4l1GWVu703F
I've tried several times
Note: I tried changing radar rules after 1st or 2nd try (can't remember exactly) because I had several rules in one and I wanted to split those to have better understanding which rule failed
Initially these were the rules available
current rules:
my gut feeling says that there's something wrong with my rules setup
not very familiar with Radar, but looking into this
thank you very much
two things:
- are you testing your integration in live mode with real cards? this is against our terms of service (as mentioned here https://docs.stripe.com/testing#use-test-cards) and could cause your payments to be declined because bank may think you are committing fraud
- that SetupIntent was not blocked by Radar, but by the bank directly
I did initially use the 4242424242 card for testing in test environment, but it all went through ok, and now I tried to test it with my production config. Extremely sorry for not looking into that part of ToS.
Ok so basically I the setup is correct?
if it works as expected in test mode, then yes it means it's setup correctly
if there's an issue in test mode, feel free to share the relevant object ID here so I can have a look
thank you very much ๐ once again sorry for this