Hey all, I use stripe connect to allow my users to accept payments from the platform via their customers. However, everyone seems to know how to let your users accept marketplace style payments, but I’m looking to allow them to use custom invoicing so the customer gets a stripe invoice with my user’s info on it, they pay, I get a percentage, and the user is paid of from my platform. I have no been able to find any tutorials or documentation on how to do this. Could someone point me in the right direction please?
My apologies - didn’t read the question properly Austin, I’ll research and see if I can find an answer, maybe someone else will have one before afaik you can’t make Stripe Connect custom invoices but thats off the top of my head…
You can’t create custom branded invoice for the connected accounts, but could a workaround be creating your own invoices? Allow your connected accounts/sellers to add logo, company name/address/VAT info etc etc and display that on an invoice page in your app. Then, use the payment links API to create a payment link for the invoice and add that to the invoice page.
So, page invoice of type invoice, have it load all of the data for that invoice, and allow them to pay that invoice from the payment link/button on that invoice.