#obo-tax-zip
1 messages · Page 1 of 1 (latest)
What I'm saying is how would stripe tax behave when trying to apply tax
if the user didn't have a zip code associated with their card
we'd error and require more details
like the card isn't "associated with a ZIP" and there's no check on that
but for tax calculation it's required
is there a way to run a query to see if any payment methods we have on file don't have a zip code associated with them?
if you have Sigma it's fairly easy. Otherwise you'll need to do https://stripe.com/docs/api/customers/list and for each one https://stripe.com/docs/api/payment_methods/list and look at the billing_details