#primalfreeze_code
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/1478953259350626376
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
If you're using Stripe Tax (automatic tax), Payment Link doesn't support automatic tax by line item basis. The tax behavior refers to whether the price is considered inclusive of taxes or exclusive of taxes when Stripe Tax is enabled.
This is the information about Stripe Tax on Payment Link: https://docs.stripe.com/tax/payment-links
How are you collecting tax in Payment Link if you're not using Stripe Tax?
We're apparently not right now...
We're a middleware between client and stripe. They're not using Stripe for anything other than actual payment collection. Full tax level reporting etc is handled elsewhere. In order to just acccept payments, should we just present line item as inclusive of Tax?
In order to just acccept payments, should we just present line item as inclusive of Tax?
This should be decided by your business requirements whether and how the tax information should be shown in Payment Link. If you're not using Stripe to handle the tax, Stripe will not have the relevant tax information to show in Payment Link. The only possible workaround is to create a separate line item simply for the tax calculated by your own system.
So Stripe Tax will actually collect the tax amounts and effectively register them for a PAYG scenario?
If Stripe Tax is enabled, it'll collect the tax amounts in the form of inclusive or exclusive based on the tax_behavior configurations. With regards to "effectively register them for a PAYG scenario", I'd recommend checking with Support https://support.stripe.com/contact, as this channel is for technical integration and we don't have necessary expertise on the tax related matters.
If you do not wish to use Stripe Tax, it can be disabled, and you can add your own calculated tax as a separate line item
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
I've just had a chat with management and they're going to client to see what the go is. Thanks for the info, we can take it form here