#iam2327_docs

1 messages ¡ Page 1 of 1 (latest)

exotic wadiBOT
#

👋 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.

balmy sleetBOT
mystic thorn
#

I can also share my code which I am using right now for payment intents

muted siren
#

Before you share your code can you explain what specific issue you're running into that's blocking you?

mystic thorn
#

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

muted siren
#

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.