#dcx86-applepay
1 messages · Page 1 of 1 (latest)
I think we make it mandatory in most of our integrations because it's important for fraud prevention to run ACS checks on the address (https://stripe.com/docs/disputes/prevention/verification#avs-check)
Okay, Just asking because it is not mandatory with useStripe().presentApplePay
Support for both types of AVS checks varies by country and card issuer (for example, certain countries don’t use a postal code or some card issuers don’t support street address verification). However, street address verification is commonly supported for cards issued in the United States, Canada, and the United Kingdom.```
It seems to be a little unreliable and we will probably end up disabling the rule in the dashboard. Would have been great if we could decide on `requiredBillingContactFields` just as with `presentApplePay` hook.
yeah the PaymentSheet has some opinionated defaults
that rule defaults to false nowadays actually I think, or it will soon, it's the in middle of being rolled out
there's more to it, since the card networks also charge more for transactions that could pass a ZIP but don't. Anyway you can't change the integration here with the PaymentSheet as far as I know