#jagadeesh_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1265230768788082729
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
Hi tarzan. Could you please help me. Actually our organization is trying to change the subscription prices. We have already existing customers. We are planning to update the subscription details from their next billing period.
And need the invoicing details to be in sync.
Could you please help me.
yes sure
the request ID you sent is not valid
would you mind sharing a new request ID?
Hi this is the log id which i have taken from the stripe dashboard
That was a test dashboard.
would you mind sharing another one then
Sure.
Okay. Once could you please clarify one doubt.
Is this an efficient way to create schedule while updating the subscription prices for the existing customers?
yes
Actually i have already created subscription for existing users so i have to create schedules and then i have to configure phases right?
For eg i want to update the prices from the customer next billing period. How to define the schedule. Could you please help me with the code?
Hi if i create a schedule using existing subscription i cannot define the phases right? Should i make two different api requests
- For creation
- For upgrading the plan
And currently i don't have the end date for the new subscription price then how can i define the end-date?
And could you please confirm weather by creating schedules impact invoice generation?
what do you mean by end-date precisely, what do you want to happen?
Actually i want to apply the new prices from the customers next billing period. And i want to continue with new price. So for that we have to define the phase right in the api?
In that pahse we have to define the end date/iterations
yes but after the end date/iterations it just continues using the Price it was using forever(if you're using the default end_behavior:"release" )
So in this case end-date is not required right?
end date or a number of iterations is required
what happens after the end date depends on the end_behavior of the Schedule. See the docs : https://docs.stripe.com/billing/subscriptions/subscription-schedules#completing-schedule .
Okay got it