#wellgordon
1 messages · Page 1 of 1 (latest)
Hi, sorry I don't really follow your thoughts, but why do your customer have their own stripe account?
Customers normally doesn't hold a Stripe account
Sorry not accoun, but they have a customer_id
Essentially, if a customer requests to purchase "product a" that we have defined in our stripe account, when our site admin sees this request, they'll want to create an invoice for the customer for "product a" and send it to the customer
In the ui, you can add products to a draft invoice, but I don't see this option in the api docs
Yeah that sounds just fine
You would want to create the Invoice with the Invoice Item to identify your product
Are invoice items a property I can add to a create invoice request?
Yes