#mxc-invoiceitem-delete
1 messages · Page 1 of 1 (latest)
@cyan mountain if you see il_tmp you're looking at the wrong line item
What you should do is use the List InvoiceItems API instead for example with the pending filter https://stripe.com/docs/api/invoiceitems/list#list_invoiceitems-pending to find the pending ones and then for each relevant one call the Delete InvoiceItem API https://stripe.com/docs/api/invoiceitems/delete
mxc-invoiceitem-delete
thanks, i'll give that a go now
that worked, thanks a bunch!
amazing! Glad you figured it out 🙂 Have a great rest of the day!