#geev3s-customer-tax

1 messages · Page 1 of 1 (latest)

cobalt hatchBOT
keen cliff
#

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

royal trout
#

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!

keen cliff
#

yeah I think so

royal trout
#

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)

keen cliff
#

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

royal trout
#

aighty, thanks for the explanation