#kosherslayer
1 messages · Page 1 of 1 (latest)
For a bit more context, are you mostly asking about how to update your subscriptions silently? Are there other parts of correcting this that you are looking for information on?
It's more just updating the subscriptions silently while having the order of the subitems remain in its intended order
it's imperative they're in the correct order
and i cant seem to organize it on the dashboard
I don't know if this will affect the ordering but you can definitely swap in your new price to the existing subscription item and then pass proration_behavior: none to prevent any charges from happening through that update
https://stripe.com/docs/api/subscription_items/update#update_subscription_item-price
https://stripe.com/docs/api/subscription_items/update#update_subscription_item-proration_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.