#melawong
1 messages · Page 1 of 1 (latest)
Recommend you take a look at this sample integration: https://stripe.com/docs/invoicing/integration/quickstart
You can invoice a product
But you'll need invoice item(s)
thank you! this is exactly the page I was looking for but I was on the reference docs/api and couldn't figure it out.
No problem
Ok I'm actually getting the same error as I was before: "#<Stripe::InvalidRequestError: (Status 400) (Request req_vrKEOqKcAKKV8T) Nothing to invoice for customer>"
In theory I should have been able to create an empty invoice, no?
Thanks! Sorry, I realized I wasn't sure if you closed this one because I said I was good to go.
Thank you!
So you can only create blank invoices like that with the latest api version
Looks like you're on a 2020 api version
No problem
Either that or just switch the order you create the invoice item in
And don't create the invoice as a blank invoice
ok thank you!!
No problem