#judemolloy
1 messages · Page 1 of 1 (latest)
Hello! You can use add_invoice_items (https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay great and this will only add it to the subscription for the first time it is taken? i.e. next month it will just be the subscription fee with now added invoice ites?
Yup! It'll just add it to the next invoice, not every single one
okay great, thanks very much for the help!
sorry one more thing, if my subscription object has transfer data set (using amount_percent) will this additional invoice item be taken into account?
Yes, I believe it'll take the additional invoice items into account