#ldelosreyes
1 messages · Page 1 of 1 (latest)
hello! can you share the subscription id?
Hi, yes. Here it is - sub_sched_1LrBLwGNYuWVcnu0tSAE7aU9
That one is a test but the issue also applies for our live/prod subscriptions
can you also share what API you're using to retrieve the subscription and also which specific parameter you're looking at for the end date? I tried looking through the logs in test mode but wasn't able to spot any recent GET requests
Here's the endpoint
https://api.stripe.com/v1/subscription_schedules/sub_sched_1LrBLwGNYuWVcnu0tSAE7aU9
And if you check the response, it has phases[0].end_date.
But when I go to stripe dashboard and update that specific subscription, the end date is "Forever"
Right. Let me try to set the end_behavior to cancel. Thanks!