#josh_api
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/1303315251730710579
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
What kind of Stripe accounts are you connecting to your platform
As in the type? They are express
Can you share an example invoice you're creating?
Branding should be inherited from the connected account if you set on_behalf_of: https://docs.stripe.com/connect/invoices#on-behalf-of
So you can create them at the platform level using objects (customers, tax rates, etc) that are on the platform without having to duplicate and manage them elsewhere
Interesting, I will try this and get back to you. I can see for receipts of payment_intents that this is not the case
Yes PI receipts are the exemption to that rule. But invoices are different
Would there be any conflict if I assigned a previously created PI to the invoice or would the invoice still inherit from the connect account?
I'm not sure what would take precedence there, you'd need to test. My assumption is that the invoice branding would apply
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Out of curiousity is paying for an invoice with an existing PI even supported?
I can also now see that your colleague was correct that the branding is inherited from the connect account. Is there anyway way to do the same through the Stripe dashboard? I don't see any option there to create an invoice on_behalf_of a connect account
yes this available as a beta feature
I'm not familiar with all of the dashboard functionality but if you don't see it, this means it's probably only possible using the API. Let me double check anyways
Is there any documentation you can point me to for paying an invoice with an existing PI?
you need to contact https://support.stripe.com/?contact=true to see first if you're eligible for the beta feature
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
once you have access to the feature you'll also get access to the corresponding docs