#jonathanbull

1 messages · Page 1 of 1 (latest)

fair dustBOT
arctic ruin
#

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?

slow sierra
#

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.

arctic ruin
#

Thanks for the ID, checking in to it and will get back to you

coarse tulip
#

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?

slow sierra
#

I'm looking at invoice.customer.tax_ids.data, is that incorrect?

coarse tulip
#

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!

slow sierra
#

thanks, let me check