#iam2327_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1224775418071089304
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I can also share my code which I am using right now for payment intents
Hello! What you describe sounds possible, yeah. You do need to have tax registrations to make the calculations work, but you can create multiple registrations: https://docs.stripe.com/api/tax/registrations
Before you share your code can you explain what specific issue you're running into that's blocking you?
the issue is that I can not find proper solution to add taxes to my payment intent (due to my lack of experience) just looking at the docs you shared
Payment Intents are low-level objects that don't have a concept of tax. They only know about the total amount. You would calculate tax, add that to the total, then create the Payment Intent for the final total amount.
The short video here might help: https://stripe.com/docs/payments/tour#payment-objects