#geev3s-customer-tax
1 messages · Page 1 of 1 (latest)
geev3s-customer-tax
@royal trout I don't think we expose this anywhere in the API, it's just resolved internally today based on the limited information we have like the postal code
hmm ok, so I'd need to keep a list of all the customers with automatic_tax == 'supported' and take the difference of those sets each time we add a new tax registration I guess...
ok thanks!
yeah I think so
not sure if you work for Stripe, but would be super useful if the 'tax' info was included on the Customer object by default (instead of having to 'expand' it as part of an API call)
I do work for Stripe. And no plan to make this auto-expanded, rendering this has a cost and in most cases you don't need this information so you do have to expand it to explicitly request it
aighty, thanks for the explanation