#brane-void_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/1229320630546202715
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Used the same card between the two machines. and Stripe's radar rules are turned off in the stripe account.
Hi there, this charge was blocked by a custom radar rule block if (billing_address_country = US)
The radar rule kicks in even after turning off radar rules?
Did you turn off the radar rule after this charge?
Yes, I attempted a few times and got this error. Disabled the radar rules, then attempted again and still got the same error.
The request ID mentioned above is when radar rules was turned off.
I just logged into your account and the rule is still enabled https://dashboard.stripe.com/test/radar/rule-details?ruleId=ssr_1OuVYkJv9j0DyntJzfbAlxiv&startDate=2024-03-15&endDate=2024-04-15
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
What is the difference between the radar rules you pointed to and the configuration in the screenshot ?
This will apply Radar rules to payment methods created using the Setup Intents API.
Which is different from the PaymentIntents API that you are currently using to create charges.
Where can I find the radar rules for the payment intents API, and why is it not listed in the Radar settings shown in the screenshot?