#jagadeesh_api

1 messages ยท Page 1 of 1 (latest)

cunning duneBOT
#

๐Ÿ‘‹ 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.

kindred saffron
#

๐Ÿ‘‹ happy to help

potent elbow
#

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.

kindred saffron
#

yes sure

#

the request ID you sent is not valid

#

would you mind sharing a new request ID?

potent elbow
#

Hi this is the log id which i have taken from the stripe dashboard

#

That was a test dashboard.

kindred saffron
#

would you mind sharing another one then

potent elbow
#

Okay

#

req_0fdUoHb7Tl9ySp

#

Hi sorry this is the proper id

kindred saffron
#

please copy paste it

#

because it's not correct

potent elbow
#

req_OfdUoHb7Tl9ySp

#

Hi i have done copy paste could you please check the above id.

kindred saffron
#

now it works

#

give me a second

potent elbow
#

Sure.

kindred saffron
#

you need to add the start_date on the first phase

#

that's what's missing

potent elbow
#

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?

kindred saffron
#

yes

cunning duneBOT
potent elbow
#

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?

potent elbow
#

Hi if i create a schedule using existing subscription i cannot define the phases right? Should i make two different api requests

  1. For creation
  2. 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?

fiery coral
#

what do you mean by end-date precisely, what do you want to happen?

potent elbow
#

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

fiery coral
#

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" )

potent elbow
#

So in this case end-date is not required right?

fiery coral
#

end date or a number of iterations is required

potent elbow
#

Okay got it