#nicolas_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/1424746228448759858
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, did you try updating the subscription?
hi @inland laurel Sorry for the late answer. Yes our technical team tried, but reported they were forbidden to change the trial end date
Can you share the request where you made that?
I'll ask the team and comeback to you, but it may only be tomorrow.
I'll gather more information
You can close the request for now
I'll open a new one
Yeah, I tested this on my end and it just works, https://docs.stripe.com/api/subscriptions/update?api-version=2025-09-30.clover#update_subscription-trial_end so I would like to see the example request to further debug this.
Thanks for the link, this seem straightworward.
I'm betting on an error our side.
I'll get in touch with our team and come back with more information, if needed.
Sure!
The team came back quick.
When updating the trial_end to now, this automatically trigger the beginning of the paid subscription.
But we want to also cancel the subscription.
Is there a particular way/order in doing so?
You can pass a unix timestamp that is a few seconds in the future: https://docs.stripe.com/api/subscriptions/update?api-version=2025-09-30.clover#update_subscription-trial_end and then make the Delete Call.
Can they try this?
If that does not work, it's best if the person making these calls to join this channel so we can work quicker to unblock you