#Andres2792-Subscription
1 messages · Page 1 of 1 (latest)
Hi, What do you mean by can't select the exact date? I think just converting your desired date time to the displayed hour in Dashboard?
Or you can consider using API: https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Well this is not a common ask from a dev but I was evaluating the idea of having a team handling some special subscriptions via Dashboard. I noticed I can update the subscription via Dashboard and select a cancelation date but not the exact hour
This created a new calculation on the Las invoice since the Dashboard select 5:00 am utc as hour
So the last invoice for the period has a different amount Than the desired and I was unable to fix it on the Dashboard
I know how to do it via API so I took a look at the API call made from the Dashboard and I noticed it was using a Unix timestamp with correct date but not hour
I even tried to use the cycle option and no success. I was hoping to get a way to do it with precision via Dashboard to avoid building a custom ui for the team
Is that possible @paper crown ?
I see, let me quick check
You are right, Dashboard can't have the specific time
I will forward your feedback! For the time being let's use API for specific time!
Ouchie but ty @paper crown interesting peeps don't complain due to the last invoice amount when setting the cancelation date via DB but ty for your insight! Really appreciate it man!