#shakilkhan496_api

1 messages ยท Page 1 of 1 (latest)

onyx veldtBOT
grizzled oracleBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

onyx veldtBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255113254728896563

๐Ÿ“ Have more to share? Add details, code, screenshots, videos, etc. below.

balmy wraith
onyx veldtBOT
balmy wraith
#

Can we set some international VAT ?

#

It can be user from USA, Europe or China for example

#

can you check please

onyx veldtBOT
mint junco
#

I don't understand the ask. The type parmeter is the tax code type which often reflects the origin of your business/customer (i.e. gb_vat for a British business)

balmy wraith
#

Manually add all countries is very complex

#

is there any easy way ?

#

So it can detect the type

mint junco
#

Well what exactly are you trying to do?

#

Checkout supports automatic tax ID collection

balmy wraith
#

I am using this

#

as type is hard coded

#

But want to pass dynamic type based on country

#

But that will be very complex to do it manually

mint junco
#

Then no, you'd need to build a selector into your UI so your users can select their county/tax type and provide the ID

balmy wraith
#

Hi

#

Here is an example invoice

#

I dont know Why it Not showing TAX %

mint junco
#

What am I looking at?

#

What's the in_xxx ID?

#

What are you expecting exactly?

balmy wraith
#

Is there any way to show tax id as Tax:

#

in_1PVXd8P2kEo5VbUMN8C0VsrE

#

My client saying this

#

So he want tax id in field , Tax:

#

Is that possible?

mint junco
#

They're right there on the PDF

mint junco
balmy wraith
#

In price i want tax info and %

#

Is that possible to show?

mint junco
#

Tax IDs are unrelated to charging tax

balmy wraith
#

I am using this

mint junco
#

See link above, you're not actually supplying any tax rates in order for us to calculate tax on the invoice

balmy wraith
#

how can I suply that ?

#

This is from invoice item create api

balmy wraith
#

yes this is for customer

#

My customer has country set

mint junco
#

I'd recommend reading the documentation fully. The customer and their tax ID is unrelated entirely to actually collecting taxes due for the invoice

balmy wraith
#

so I am using invoice create api then invoice item create api then getting payment intent then collecting payment with card element

#

Not using any priceID

#

It is one time amount

#

In my case where should I add tax configuration so it can show on invoices , can you please tell me

mint junco
#

This is all in the docs I've shared

#

Regardless of whether you use amount or pass a price_xxx ID, it'll generate an Invoice Item

balmy wraith
#

Okay I can add tax_rate , how can I get tax rate with api from my account ?

mint junco
balmy wraith
#

Yes thanks a lot

#

I want something like this

#

Can you verify everything is well?

daring parcel
#

hi! I'm taking over this thread.

#

what is the first screenshot? another Stripe invoice?

#

what's the difference between the two? only the language?

balmy wraith
#

No I want to know if my invoice is correct or not

daring parcel
#

what do you mean by "correct"?

balmy wraith
#

I mean is the invoice is showing correctly with all informations?

#

I have added tax_rates