#chriserickson
1 messages · Page 1 of 1 (latest)
Hi 👋
For this case we have the add_invoice_items parameter which you can use to apply one-off invoice items to the next invoice for a subscription. https://stripe.com/docs/api/subscriptions/update#update_subscription-add_invoice_items
will this bill every period with the subscription? Or is there a way to do so?
The purpose of this is to apply to just the next invoice
If you want to add new recurring charges you will need to update the Subscription's items: https://stripe.com/docs/api/subscriptions/update#update_subscription-items