#jonathanbull
1 messages · Page 1 of 1 (latest)
Can you tell me more about where you are seeing this tax ID changed on the previous invoices? Is this a webpage or the API or somewhere else?
Sure, if you download in_1OUTrcHZLNwo79RqcbWfjPNK from the Stripe dashboard you'll see a tax ID ending in 308. If we retrieve it via the API we see a tax ID ending in 769.
Thanks for the ID, checking in to it and will get back to you
Hey there @slow sierra when you say:
If we retrieve it via the API we see a tax ID ending in 769.
Where exactly are you looking in the response data?
The invoice customer_tax_ids should be frozen after invoice finalization
https://stripe.com/docs/api/invoices/object#invoice_object-customer_tax_ids
I'm looking at invoice.customer.tax_ids.data, is that incorrect?
That's the expanded customer object, which will show you the latest values on the customer always
For the Tax IDs frozen at the time of finalization, look at the invoice object top-level customer_tax_ids instead
Please check that and confirm it has the value you expect, and let me know if it does not!
thanks, let me check