#kostassioupoulis_67513
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- kostassioupoulis_67513, 3 days ago, 23 messages
Not really no. Why do you need the in_xxx?
I want to associate a subscription modification with the invoice so when it is payed I apply the changes that cause the subscription_modification. If it's possible.
Well you can get a preview of the invoice details of the proposed subscription changes. But the in_xxx won't persist: https://stripe.com/docs/api/invoices/upcoming
What you seem to be describing is pending updates, where we only apply the changes if/when the invoice payment succeeds: https://stripe.com/docs/billing/subscriptions/pending-updates
Okay thank you very much!