Allow users to create invoices

For example you have an app where your users can send invoices to their own clients. They input the customer name, item name, price, total etc, and then you need to create this invoice, and save it. I’m pretty sure it’s possible with Stripe Connect but was wondering if there was a simpler way, or a way to customize the look of it by printing a page from your app

@chriskiwi Hi,
Were you able to setup invoice? I have a similar setup where users setup their stripe connect and their clients make payment. But then when the automated email is generated it has the main account name and not the stripe connect account name.
Do you by any chance know how to resolve this?