#amol_08238
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.
- amol_08238, 22 hours ago, 5 messages
- amol-sub-schedule-release, 23 hours ago, 6 messages
- amol_08238, 5 days ago, 7 messages
- amol_08238, 6 days ago, 5 messages
- amol-upcoming-invoice-proration, 6 days ago, 4 messages
Hi
proration isn't a mode that you can apply on a Subscription.
Proration are applied when updating a Subscription
yes this code is used for updating a subscription only
yes I see, just wanted to confirm that with you
Now could you please share the SubscirptionId ?
sub_1OXf9QCCtT389lEbDKTijzGm
If you see for this subscription, I just added a new product and the proration amount got added in the next cycle invoice
hi
are you there?
Hi, yes checking your Subscription...
I see for each update request with proration, there is a new Invoice generated
for example for this request req_Xlphc69J2VQmLa, there was this invoice in_1OcPx4CCtT389lEb206mfsc9 generated and paid
yeah, that implementation I did was on plain update. Right now I am trying to implement subscription schedule. If you check latest update request you can see prorated amount is not paid immidietly for product prod_PQUuilENqyuYFf
What is the requestId of the call you are mentioning ? the latest api call done on the Subscirption is the one I shared above req_Xlphc69J2VQmLa
In this request req_Xlphc69J2VQmLa. Even though I mentioned proration behaviour as always_invoice, proration is not immidietly invoiced and proration adjustment for next upcoming invoice is created in this event evt_1OeDU4CCtT389lEbiJfSVuMi instead
Hey, stepping in here. Catching up
hi
👋 jumping in to help out as things are running busy
give me a few to take a look
are you updating the current phase or the next phase?
I am updating current phase
What exactly are you updating in the current phase?
Comparing the phases here
https://dashboard.stripe.com/test/events/evt_1OeDU4CCtT389lEbYZ9HBCY4
I dont see it update the current phase
like the phase start/end date doesnt change
I see the second phase getting added instead
oh maybe I misread
are you trying to add price_1OdwDMCCtT389lEbYPLqDd6k to current phase?
Oh I think what you're missing is that you need to set proration_behavior on the schedule as well as the phases
https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-phases-proration_behavior
https://stripe.com/docs/api/subscription_schedules/update#update_subscription_schedule-proration_behavior
I just tried to reproduce with the above and it created a new invoice for the prorated amount immediately