#akam
1 messages · Page 1 of 1 (latest)
I think you'll need to use the api for this because you need to pass always_invoice: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
ok.
and that's really the only way? there's no other workable solution creating an invoice manually and assigning it to that sub?
Above is the simplest way if you need to update the underlying subscription. Creating an invoice manually and tying it to a subscription just pulls in pending invoice items: https://stripe.com/docs/api/invoices/create#create_invoice-subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.