#lec1892
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.
- lec1892, 4 days ago, 15 messages
hi! Correct, the way our proration works is it calculates the remaining time on the existing plan (as a credit) and the remaining time on the new plan(as a debit).
there isn't a direct way to just charge the cost of the new plan. Technically the easiest way would be to do the update with proration_behavior:none and billing_cycle_anchor:now, which forces the subscription to bill and it will charge for a new month on the new plan; though that does reset the billing date.
Alternatively you can create a one-off Invoice for the amount of the new plan, charge that, and when it succeeds, do the update with proration_behavior:none
Your suggestions are interesting. I will perform a few tests.