#ybothegreat_42478
1 messages · Page 1 of 1 (latest)
Hi 👋 my suspicion is that the card country is not reflecting the country of your VPN because it's a test card. Can you share the ID of the Payment Intent that was declined so I can take a closer look?
yup, give me a min.!
thanks Toby for helping!. Here is the intnet : pi_3NpK0lDM6bCwveqm0Tm6YQ4u . Again this payment has to be declined ( and it succeeded )
Hm, I'm still thinking it's that the test card is US-based, but I'm not entirely certain. Can you try again with a test card from another country, and see if that causes the payment to be declined. Some examples of those test cards can be found here:
https://stripe.com/docs/testing#asia-pacific
pi_3NpXMEDM6bCwveqm1ogXlZbc , I used a japan # but , I did not use japan ip..
This succeeded. I am wondering if the rules are being hit, is there a way I can check that ?
I don't think so, but Radar isn't something we're too familiar with. Taking a look.
Thanks, I am trying to test this rule : Block if not (:card_country: in ('US', 'CA'))
I think this should filter out the latest PI I sent . But the PI not being considered.
Is this the full rule, or are you still testing the one mentioned initially?
Block if not (:card_country: in ('US', 'CA')) and :total_charges_per_ip_address_hourly: > 3
this is the full rule. But I changed it ( to test ) thinking the second part might be making the rule false.
That's what I'm thinking is happening, I think that full rule is still set in test mode for your account. If you create more charges from the same IP address with the same card, does the 4th one get blocked?
hmm, I have not tested that yet.But let me remove the second part and test it.