#mazenkourouche
1 messages · Page 1 of 1 (latest)
hello! Creating an invoice and marking it as paid out of band is how i'd do it as well. I'd suggest trying it out in test mode since I'm not entirely sure how your integration works end to end.
Thank you - I'm going to try take that approach.
I'm trying to find where I can add the products to the invoice. sorry but Are you aware of where that me be? (is that even possible)
on the Dashboard or via the API?
Via API. I have products in my dashboard. Its an online store. The customer has a cart full of items, makes the sale through another payment processor. I now want to create an invoice with the products they purchased (to mark as out of band)
you create an invoice item using https://stripe.com/docs/api/invoiceitems/create
you specify the Price when creating the Invoice Item : https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-price