#jackzb-avs
1 messages · Page 1 of 1 (latest)
Hello @gaunt solar
@buoyant vector yep, there are default rules for those, that are I think enabled by default.
https://dashboard.stripe.com/test/radar/rules
https://stripe.com/docs/disputes/prevention/verification has more infromation
Block if CVC verification fails
does this works directly ?
i guess this is providing by default but i need to do it for postcode and address also so is it possible to do that ?
there's a rule for the postcode check as well
you should have it on that page I linked
banks generally don't provide a way to check the address so it's not really a thing you can explicitly check
the link I shared describes all this.
Address verification (AVS) checks two pieces of information, the postal code and the billing street address. AVS checks determine whether this information matches the billing address on file with the card issuer
what we call the "postcode verification" does include the check on the street address , if the particular bank is supporting checking that during the payment, not all do.
so you mean address verification checks is not possible to do ?
depends what you mean by "address verification checks"
as I've said and the docs describe, if you collect a postal code and address, with banks in certain countries we can check with them if the postal code and street address matches what they have on file. If that check doesn't pass, you can configure Stripe to block the payment.
naturally if the bank doesn't support checking that, there's no way to know if the address matches, but you should still collect it anyway as it's useful to have on file, and it's easier to just collect the same information for all customers.
i am capturing this details inside my WP stripe form and i need to validate that with rule so what are the rules i can put it there inside the dashboard ?
Hey, taking over from @gaunt solar
As they explained, there's no guarantee that every bank supports verifying a full address. We can only enforce rules that the banks support
So there may be instances where an invalid address is sent with a payment, but the bank doesn't actually run verification on that data and it'll pass regardless. We can't block everything in those instances