#.letscode
1 messages · Page 1 of 1 (latest)
it depends, what end_behavior did you use for the Schedule?
how to check in stripe dashboard?
you could look at the API requests in your Logs section, or remember what options you picked in the UI
ok, then https://stripe.com/docs/api/events/types#event_types-subscription_schedule.released happens when the iterations on the Schedule are over.
Great... is there any way to see in what is the end date of subscription schedule in dashboard?
as far as I remember there is a tooltip you can hover over on the section at the top of the page that describes the schedule.
currently it's only showing next invoice date only
share the ID of the sub_sched_xxx and I'll look
sub_sched_1NZmX2FG3Dh3H5V4ZUJQSOFP
seems like we don't have anything in the Dashboard to tell you that information, unfortunately.
you could look at the end_date of the current_phase in the API if needed.
okay
One last:evt_1Naf3tFG3Dh3H5V47V8AtJX7
we created payment for $997.50
but stripe charged 1005.68
may i know the reason?
not found in event response
Taking over here
It's a prorated invoice as you backdated the start date and fixed the billing cycle anchor
So 997.50 is your monthly amount, but we prorated the total to include an additional 1 day (?) to match the backdated start date and billing cycle anchor
~1 day was a guess. I didn't calculate the exact timestamp differences
But that's the reason why it's higher than you expect
understood.. so it's not like day. based on sec/min
lasst: how to disable prorated ?
while subscription creation time
backdate_start_date: 2023-07-31 00:00:00
billing_cycle_anchor: 2023-12-01 00:00:00
This is with a line item with a 4 month interval, so I suspect it all adds up correctly
thanks for your time