#signup-surcharge
1 messages · Page 1 of 1 (latest)
hi there, you can create and invoice item on the customer : https://stripe.com/docs/api/invoiceitems/create
Is this something that can be created in the dashboard? I was hoping to have our customer-service people create on-the-fly as needed
Can you point me to where I might learn how to create an invoice item that recurs on a regular (yearly) basis? I can see in the dashboard how to create an invoice, but I don't see anywhere that I can make this recurring (as one would do with coupons)
Hi @gleaming iron you can listen to the invoice.created webhook events, and programmatcically add the invoice item to the invoice.
ok - thanks for the info. So, just so I understand, there is no way to do this (on a recurring basis) simply thru the dashboard?
I'm afraid that you can't achieve it via Dashboard.