#jm - zip code
1 messages · Page 1 of 1 (latest)
hey there, zip is not strictly required but providing it is recommended to enabled additional checks during vard authentication:
https://stripe.com/docs/disputes/prevention/verification#avs-check
Awesome, thanks for the link. So it does validate even if I am not using the Radar product?
Stripe will send it to the bank who may or may not use the information when authorizing the payment
You can inspect the checks results on the charge object details:
https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card-checks-address_postal_code_check
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
To see whether a given check was run and the result