#akin-paymentelement
1 messages · Page 1 of 1 (latest)
hi! the PaymentElement will collect a postal code by default when the customer is using cards from countries where that's relevant.
you can turn on settings to block payments with invalid postal codes from https://dashboard.stripe.com/test/settings/radar/rules
Thank you! So do I just add block rules?
Hi there. Yes that's right
Would something like this work Block if :billing_address_postal_code: = "invalid"
It's one of the conditions already on the radar page you just have to enable it
It's this one: Block if Postal code verification fails
You can read about it here: https://stripe.com/docs/radar/rules#traditional-bank-checks
Oh great thanks!