#Adarsh
1 messages · Page 1 of 1 (latest)
Hi there!
First you would create an empty invoice, and then make a new API call for each invoice item you want to add. You can learn more about this here: https://stripe.com/docs/invoicing/integration/quickstart
@verbal flint if I want to add 20 items to the invoice, does that mean I have to make 20 API calls? Is there any way to add 20 items in single call?
Yes that's correct, one API call per invoice item.