#mathieu_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/1433396742019088406
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Ok
since you updated the subscription via the dashboard the subscription is now controlled via a schedule you can see it happening on this request https://dashboard.stripe.com/acct_1HUeKODeg55eSBYj/logs/req_CEROmZezS8gZvJ
so the subscription is still managed via a schedule
The schedule was canceled by the interface
Has you can see on the dashboard, I dont have shedule : https://dashboard.stripe.com/acct_1HUeKODeg55eSBYj/subscriptions/sub_1RdFb9Deg55eSBYjZDVXjb9W
How can I see on the API if the schedule was canceled or not
where do you see the schedule being canceled exactly?
on that page if you go down to Logs, you can definitely see the request I sent you
and in the events you can see that the "schedule has changed"
sorry I deleted the messages since they contained PII
would you mind sharing the subscription ID of the second customer?
This one has visible shedule on the dashboard, and I got it on api all is ok
This one https://dashboard.stripe.com/acct_1HUeKODeg55eSBYj/customers/cus_SVP8ng3HsVGD74 no schedule visible on dashboard but I still got it on API => My problem
Hey! Taking over for my colleague. Let me catch up.
So the schedule you are referring to is this one sub_sched_1SCiavDeg55eSBYjixOjEg35, right ?
It's visible and active in your Stripe Dashboard:
https://dashboard.stripe.com/acct_1HUeKODeg55eSBYj/subscription_schedules/sub_sched_1SCiavDeg55eSBYjixOjEg35
She is not, and as you can see on the users dashboard nothing is showing the schedule : https://dashboard.stripe.com/acct_1HUeKODeg55eSBYj/customers/cus_SVP8ng3HsVGD74
What you mena by "she is not", sorry, but could you be more specific ?
Under the customer cus_SVP8ng3HsVGD74 you have the Subscription sub_1RdFb9Deg55eSBYjZDVXjb9W which belongs to the schedule sub_sched_1SCiavDeg55eSBYjixOjEg35
One client with schedule => Message "Mise a jour planifiée".
Not sure I understand the issue you are referring to
Noting for the client I send you (first creen)
Ah ok, so you are referring to the label Mise a jour planifiée...
These are different type of Subscription, one is billed 3 monthes and one is billed yearly
What is the expected behaviour/change on the Subscription sub_1RdFb9Deg55eSBYjZDVXjb9W you are looking for ?
I exect to not have schedule object on it with the api or schedule with statut canceled at least
Because no change is plan for the one
The differente type of subscription year or 3 motn is not the point. It just exemple of another client with a really schedule that planned a change
You are exepcting this because of this action you did from your Stripe Dashboard req_CEROmZezS8gZvJ ?
Yes