#Chhay Toch
1 messages ยท Page 1 of 1 (latest)
It looks like you can't modify a single one but you can create an ID and delete the previous one https://stripe.com/docs/api/customer_tax_ids/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
eu_vat is for French right?
and we need to delete the old TaxID first before we create the new one, right?
It looks like the customer object has a list of tax IDs so I think you can have multiple at once https://stripe.com/docs/api/customers/object#customer_object-tax_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Though I have not been able to test that so I am not 100% sure. If you make that call on a dummy customer it should give you the proper error
Thank you
I am other issue
Do I need to have a new thread chat?
or carry on in here?
We can carry on in here
I am current working on Subscription
and I want to display the Tax in invoice
where should I use the API to update ?
Hey apologies for dropping off of this thread for a but. It looks like the Tax ID and tax amount are on that invoice, what exactly on the invoice are you trying to update here?
Thank you, checking in to why that might be. If we show it in the preview it should definitely show up on the real thing
Are you using the API at any point to send off these invoices? Or are we looking entirely at the dashboard?
I mean that my invoice is created via the API call. And I can't find any option to display the Tax ID information in Invoice as like the Dashboard.
As you can see that Dashboard has the option to check on Tax Information.
Can you create an invoice like that in the dashboard and sent me the ID?
I should be able to check how the dashboard sets it. Looking at the API docs now myself to see if I can find it
Here is the invoice ID: in_1LiawrFR9tqGT3lrlDDgRF55
Thank you!
๐ @umbral mulch still around?