#oftysterista_best-practices

1 messages ¡ Page 1 of 1 (latest)

rocky tundraBOT
#

👋 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/1338396500711178281

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

hollow depot
#

hello

summer spear
#

Sure, so you want to manually create tax rates and only apply them for your customers in Singapore?

hollow depot
#

yess correct

#

how is the best practice to achieve that?

summer spear
hollow depot
#

is the default tax rate will be calculated automatically?

#

For one time purchase. I usually immediately create a payment intent

summer spear
#

PaymentIntent API doesn't support tax rates

hollow depot
#

which one is better?

#

should i create invoice first?

#

so the flow is
create invoice with default tax rate -> create PI
or
create a Tax Calculation -> create PI

is that so?

summer spear
#

I'd recommend Invoiceing API. But it's entirely up to you to decide which API work best for your use case.

hollow depot
#

If I use invoice, will there be an additional fee from stripe?

#

in invoice flow so bassiclly its just the same? i just need to create an invoice then finalized it and send the invoice payment intent to the client?