#shakilkhan496_api
1 messages ยท Page 1 of 1 (latest)
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.
- shakilkhan496_api, 11 minutes ago, 14 messages
- shakilkhan496_api, 1 hour ago, 14 messages
- shakil_paymentintent-receipt, 14 hours ago, 46 messages
๐ 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/1255098752772083792
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Can I get invoice like this as marked ?
I am using invoice create api and for customer I am using create tax id api
I want to see my tax number at left and customer at right side
You are probably looking for this guide:
https://docs.stripe.com/tax/invoicing/tax-ids
Your Tax number can be defined in your Dashboard:
https://docs.stripe.com/tax/invoicing/tax-ids#managing-tax-ids
And then display it in Invoices:
https://docs.stripe.com/tax/invoicing/tax-ids#tax-ids-invoices
And for the customer's tax you need to collect their tax ids:
https://docs.stripe.com/api/customers/object#customer_object-tax_ids
And/or you can use customer fields:
https://docs.stripe.com/api/customers/object#customer_object-invoice_settings-custom_fields
If I set tax number on my stripe account it will show automatically at invoice pdf ?
Yes
Tax number added on dashboard but I cannot see at invoices at left side
Can you share this invoice Id please ? in_..
in_1PVWJ3P2kEo5VbUMl8FqTtw8
You added your Account tax Id after the invoice was finalized, create a new Invoice after making the tax Id changes.
okay let me try
in_1PVWSYP2kEo5VbUM2ElKFylG
here is new invoice id
that is not aslo showing the tax id
can you check please
This is not your tax Id?
I have generated another invoice but it is showing no tax id
No that is custom_field
And this is the customer tax.
That is customer Tax
Ah yes you were right sorry.
This is custom_field
Stripe account is my clients, so he confirms that he added the tax ID correctly
we are using test mode
Ah you added the tax Id but you didn't set it as default one.
You need to set it as default.
Because Stripe automatically pulls your default tax IDs during invoice finalization.
Yes