#fedeb_api

1 messages · Page 1 of 1 (latest)

fair ploverBOT
#

👋 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/1379976036736962591

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

buoyant plover
#

hello! There is a subscription schedule managing sub_1MStQo2hcBjtiCUZEAgJna2a. where did you expect to see the subscription schedule on the Dashboard?

atomic egret
#

I was thinking if something like this is shown

#

upcoming phases, it means that you have a ubscription schedule.

#

how I can remove the subscription schedule to get the old way of just using subscription API ?

we recenlty updated the user with a script (20 of May) using subscription schedule API to update them to a new price plan (30 May) so that date they will be automatically migrated by phases.

#

but now in our other busness backend, some calls are failing because of ": The subscription is managed by the subscription schedule."
since the backend was designed only to use subscription API

buoyant plover
#

we mainly help with developers who want to integrate directly with the Stripe API here on this channel so I’m not sure why there are no upcoming phases for the subscription example you shared shown on the Dashboard. If you reach out to Stripe Support - https://support.stripe.com/contact, they'll be able to look into this further.

If you want to remove the subscription schedule, you can use https://docs.stripe.com/api/subscription_schedules/release but I'll strongly recommend testing things out first to make sure everything works as expected.

In case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks

Learn how to move Billing objects through time in a sandbox.