#fanch_docs
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/1347561818578485260
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm am talking about application_fees
I don't exactly understand your concern, could you plase elaborate?
Can Stripe generate these invoices, or do we need an external solution?
What do you mean by "these invoices"?
regarding billing management within Stripe Connect. Specifically, I would like to better understand how to invoice the application_fees that are applied to payments sent to connected accounts.
Could you confirm the best practices for issuing an invoice corresponding to the application_fees deducted from payments to sellers?
You don't "invoice" the application fee. It it just sent to the Platform account balance from the total charge amount. The Invoice is only presented to the customer to accept the initial payment.
But for accountability reasons we also need to generate an invoice of thoses fees for the seller to justify why receiving only $8.77
As the seller invoiced in the example 10$ to the client
Programmatically, this value can be found on the Invoice object: https://docs.stripe.com/api/invoices/object#invoice_object-application_fee_amount
If you need some kind of legal documetation to present to your connected account, you will need to prepare it yourself.
But they should also see it on their Stripe Dashboard, if they're a Standard or Express Connected account.