#karls-product-invoice
1 messages · Page 1 of 1 (latest)
@raw zenith it depends a bit on your integration. You are using an Invoice in the API https://stripe.com/docs/api/invoices/create ?
so when you create the InvoiceItem you set https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-price
OK, I'm familiar with that but...
When I come back to the dashboard, should I see how many/how much I've collected within this product?
Another way to put it... why aren't I using he Price Code somewhere?
*Product Code
I don't understand the question
like you have a Price id price_123 and that maps to a Product prod_123
but there isn't a specific view on money you made for that product, you'd write your own reporting for this
Yes. Why aren't I using the product code when creating the invoice?
OK. that is what I am sort of getting at.
I've noticed that there is a total number of recursive customers listed under a recurring product type..
because a Product represents "what is sold" and a Price represents "how much to pay for tha tproduct, so you can have multiple prices for the same product"
ok... I'll be back in a bit for more questions! Thx for the resource.