#ikushch_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ 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/1247304867651915910
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there!
Yes, that's totally fine. You'll integrate with the PaymentIntents API directly in that case
yes but is there something that I'm missing and will have issues because we developed it instead of using stripe's invoicing?
No, not necessarily. Not using Invoicing means there's really no benefit to using Product and Price objects in Stripe. You'll likely want to calculate/store these products and amounts entirely on your end
Also, to be clear, are you then also integrating with the PaymentElement? I ask since integrating with the PaymentIntents API directly means you likely can't integrate as seamlessly with things like Checkout, PaymentLinks, or the Pricing Table
Are you creating Tax Rates?
Gotcha. I recommend reviewing this: https://docs.stripe.com/tax/custom
Can I just add tax % on a top of invoice amount and that's it?
I recommend working with a tax advisor on this. Using Stripe Tax for automatic tax or calculating tax allows for reports and ensures you're collecting tax in the jurisdictions in which you're registered
how does that work for connected accounts?
I recommend starting here: https://docs.stripe.com/tax/connect
Then review these sections based on whether you're a platform: https://docs.stripe.com/tax/tax-for-platforms#custom-flows-using-the-stripe-tax-api
or a marketplace: https://docs.stripe.com/tax/tax-for-marketplaces?charge-type=direct-charges#custom-flows-using-the-stripe-tax-api
Okay, thanks. will review these articles. But we still can develop our own pdf invoices, right? We just need to figure out how to collect taxed properly
Right
thank you so much!