#_greggles_
1 messages · Page 1 of 1 (latest)
Hello! Okay. Do you have a question about that?
Let's stick to this thread please!
I'm getting the customer location from their payment method. Is there an API object I can pull down that has the registered tax locations?
Sorry, I was replying to myself to add new info.
I don't think so, no, but I may be misunderstanding your question. Can you give me an example of what the desired response from the API would be?
Maybe you're looking for the tax property on Customer objects? https://stripe.com/docs/api/customers/object#customer_object-tax
Right, so a tax status of supported would indicate that we're collecting tax on that customer?
No, it would indicate you can use Stripe Tax to collect tax on that Customer. It doesn't mean you're actually doing that.
Is there a way I can determine if we are collecting tax?
supported
The customer is located in a country or state where you’re collecting tax.
You would need to use Stripe products/features/APIs that support Stripe Tax.
If you're using those with Customers that have tax info then you should be collecting tax on those transactions.
OK great, thank you.