#ikushch_best-practices

1 messages ¡ Page 1 of 1 (latest)

novel flameBOT
#

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

abstract pendant
#

Hi there!

#

Yes, that's totally fine. You'll integrate with the PaymentIntents API directly in that case

odd yew
#

yes but is there something that I'm missing and will have issues because we developed it instead of using stripe's invoicing?

abstract pendant
#

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

odd yew
#

what about collecting taxes?

#

yes we are integrating with paymentIntents API

abstract pendant
#

Are you creating Tax Rates?

odd yew
#

No but we need to include tax to the invoice

#

so not sure how should be done properly

abstract pendant
odd yew
#

Can I just add tax % on a top of invoice amount and that's it?

abstract pendant
#

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

odd yew
#

how does that work for connected accounts?

odd yew
#

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

abstract pendant
#

Right

novel flameBOT
odd yew
#

thank you so much!