#talker - tax ids
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
ok
Have you set the tax id on the customer?
https://stripe.com/docs/invoicing/customer/tax-ids?dashboard-or-api=api#manage-tax-ids
yes
in the ui the customer shows a taxid
from stripeui, but that same customer has a response payload of null
for the tax id i mean
in this case we are using the search function, i am going to see if its the same on a normal get request
Yes, please check that and let me know!
yeah, but this should still come back correctly using the search function either way
yes, its broken no matter what method you call.
The response comes back TaxId: null for the Get, Update, and Search on a customer. Even though at the time of calling that same customer has a tax id associated
It's not broken, but you need to request it using expansion, just tested this to confirm
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
expand[]=tax_ids on customer retrieval, eg
It's an array/lisst
gotcha