#dreaming-taxids-rust
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id where you're seeing this? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
evt_1O7ni4LKnu01og3gpNrYAKoP
I'm confused cause this was working before
Thank you, taking a look
I'm confused, where do you see this error on that event, bad id is: atxi... (expected: "txi_")?
That comes from the lib that I use for calling stripe's api
But that is strange since it was workign before
So I was wondering why that id is there
and why the lib that I'm using expect a txi_ instead
Yeap, looking further
dreaming-taxids-rust
@hidden pumice atxi_ are tax ids associated with an Account. My guess is that the third-party Rust library you're using is trying to be helpful by validating the id of the string/object you pass but it's incorrect in this case
Can you link me to the atxi docs so that I can file an issue to the lib mantainer
Also why was that value not there before?
I don't think we have any specific docs for this, just not sure. But this has existed for a while. Maybe they just started enforcing it on their end? Hard to say I've never used that SDK
Nope, I haven´t updated it
Sorry I can't really tell you what changed with just an Event id and no other context like exact API called, exact code, etc. But ultimately this has existed in our API for years
I checked an old API call, and that field was null a week ago. I probably made a change to a product on the dashboard that caused it to populate.
ah yeah you might have added a tax id by hand in the Invoice Settings in the Dashboard to populate it
at the bottom of https://dashboard.stripe.com/settings/billing/invoice
Yeah that's it