#device-invoice
1 messages · Page 1 of 1 (latest)
you'll need to create the invoice items using : https://stripe.com/docs/api/invoiceitems/create
Can you look on the thread from yesterday?
The devs suggested that I create an invoice without a customer, but this doesn't seem to be possible
I want to create an invoice as a platform for my connected accounts, for a specific charge
hmmm, i think that may be a mistake on our end with our docs, as far as I can tell creating an invoice does require a customer
Ok, then let me repeat the question from yesterday. I, as a platform, want to charge a connected account a specific amount, for some service (not a product etc.). Can I issue an invoice based on that charge or not?
the only way i can think of is to create a Customer object for that connected account i.e. create a Customer with the connected account details, then issue an invoice for that customer
What implications does it have? Do I have to delete this customer later because I won't use him.. etc?
do you have any specific concerns when you say implications? I can't think of any, but if you give some examples I can address them. It's up to you if you want to delete the customer later
Is this legal? I don't think this is the intended behaviour when working with customers
We're engineers and aren't really well equipped to tell you if it's legal. I'd suggest that you check in with your own legal advisor