#krishna433-Metadata
1 messages · Page 1 of 1 (latest)
Retrieve Subscription Schedule API: https://stripe.com/docs/api/subscription_schedules/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I can't seem to see it on dashboard actually, so we can only see it on actual subscription schedule and not on subscription?
Yes the Subscription Schedule object is different than the Subscription object. What if you paste the Subscription Schedule ID to your Dashboard search?
it redirects to suscbription actually
I see, then sorry, you can't see it on Dashboard
no worries, thank you!
req_VObmAdXHDKMhFb
it is asking me for start date when i am updating a subscription schedule
Yeah, it needs to know when to start scheduling the phase
req_gZcaCzs2qu4oq3
I'm trying to add a new phase while updating the subscription schedule
How do i add a new phase without resetting the subscription schedule
@mystic rune just reminding
Hello, sorry I am a bit stretched for now. Will get back as soon as I can!
sure
bump
Hi! I was looking at this but it could be a bit complicated
Seeing that you have created the SubscriptionSchedule from 1638848675 (2021-12-07 03:44:35 UTC) to 1638848975 (2021-12-07 03:49:35 UTC)
How do you want to change it to?
req_uW2jyZ4uVz4fK6
this is actual subscription that is created, it just goes, through 10 installments > 10 phases (because the phase dates and phase amounts are different)
Now the requirement is to add
the next phase or installment should be created on current invoice payment.
That request is about sub_sched_1K3tGLEKwXgjWd9qNz0kBxwG correct?
previous request is about sub_sched_1K3ubZBk4MvhCTFOCmXK4eOL (different one)
okie, to avoid confusion let's say we are only looking at sub_sched_1K3tGLEKwXgjWd9qNz0kBxwG
Now it has 10 phases. What would you want to change?
i will just create a subscription schedule with only 1 phase instead of 10
on successful payment of phase 1 invoice, I will add next phase to the subscription schedule
Okie
so, for that, when I was trying to update the sub schedule to add next phase I'm unable to
Could you paste in the request Id
- That created the Subscription Schedule (1 phase)
- That tried to update but failed
- req_CxmbKusSPaS6id
- req_gZcaCzs2qu4oq3
they are not from same subscription but yes that is the error I'm getting
Okie so 1/ created a SubSchedule phase 4:01 UTC to 4.06 UTC. 2/ try to add a phase to 3:46 UTC to 3:49 UTC?
Why? don't you want to "append" new phase from 4:06 UTC onward?
Yes append will do
Do you happen to have any sample request to append a new phase?
That will help a lot
This page could help: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions
I think it's simple just that on the Update request, you specify again the previous parameters used in first call for the 1st phase, and append another phase specifying until which time you want the 2nd phase
So we need to include prior phase details?