#ybothegreat_42478

1 messages · Page 1 of 1 (latest)

woven axleBOT
pallid marsh
#

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?

thorn sky
#

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 )

pallid marsh
#

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

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.

thorn sky
#

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 ?

pallid marsh
#

I don't think so, but Radar isn't something we're too familiar with. Taking a look.

thorn sky
#

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.

pallid marsh
thorn sky
#

this is the full rule. But I changed it ( to test ) thinking the second part might be making the rule false.

pallid marsh
#

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?

thorn sky
#

hmm, I have not tested that yet.But let me remove the second part and test it.