#ptman
1 messages · Page 1 of 1 (latest)
Yes, the country field is considered a part of the billing address of the card.
You can optionally hide certain address fields when initialising the Payment Element: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails
what can that hiding then cause?
I'm not sure I understand the Q
the form presumably asks for the country for a reason
if I hide that, what will the form missing the country field affect? what changes will it cause?
The country field would be unset on the resulting Payment Method object
Generally we don't send the country to the card networks as a part of AVS: https://stripe.com/docs/disputes/prevention/verification#avs-check
so why do you ask for it then?
Because additional address information, such as country, can help prevent card fraud
so by removing it I can increase fraud?
The Payment Element was designed with higher conversions and a lower chance of declines, which is how those fields were determined to be shown/required. We always recommend capturing as much information from customers as possible with payments
Yep, customer location
perfect!