#wabisabi2019
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What do you mean when you say you are creating a Setup Intent with the postal code check/rule turned on?
Do you mean a Radar rule?
not a radar rule
a "block rule"
if you click "Payments" -> "Fraud & Risk" -> look for "Block Rules"
Do you mean on the Dashboard?
No worries
We don't work with the Dashboard much here, since we are focused on developers coding integrations with Stripe APIs
so I just need to make sure we are talking about the same thing
Which, we are. If you click on the Radar link in your "More " menu, it'll take you to the same screen
The postal_code check is based on whether or not the Issuing Bank responds to our authorization request notifying us the postal code failed validation.
But we perform this authorization when using a setup intent to optimize the payment method for future use
so it should fail to create paymentintent if a bad zip is given right?
Correct.
We have a test card specific to how this will work listed here: https://stripe.com/docs/testing#fraud-prevention
If you want to test this out you can use 4000000000000036
Thank you!