#ayeshaikh_7
1 messages · Page 1 of 1 (latest)
Should be immediately
This is before next invoice is created, right?
You can even create invoice item for existing invoice as long as it's still in draft: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-invoice
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes, on upcoming invoice event
I want to update the subscription with those items - so if I add those items before the invoice is created ( maybe upcoming invoice event can be used? or is there any other option)
so when the invoice is created, it will be according to updated subscription
Yeah you can do that
any event that I can use for this - right before the new invoice is created for a subscription other than upcoming invoice
Nah that would be the one