#dicbra
1 messages · Page 1 of 1 (latest)
you can set discounts:"" https://stripe.com/docs/api/invoices/update#update_invoice-discounts
What if I have more than 1? And I wanna delete 1 of them?
then I believe you set the field to an array like [{discount:"id_1"}, {discount:"id_3"}] (i.e. you don't pass the ID of an existing id_2 discount you don't want)
I get it now