#ggmghoul
1 messages · Page 1 of 1 (latest)
Hi, how can I help?
hello
can you explain to me if the meaning of this picture is this
26/05/2023 the amount which going to be charged is 21,45
but starting from 26/06/2023 the amount will be 6,45
Not sure what I am looking at to be honest as I don't speak the language.
Is this for a subscription?
yes sadly it's with french i'm not the owner but i can translate
i simply created a sub_sched
with two phases with different amounts
different prices
the first one is going to be 21,45 and all the others will be 6,45
since i need it to be that way
i can't seem to find a way to check the sub_sched phases i've been looking everywhere i even contacted the support they said it's not possible
so since it's this way i needed at least to understand if the process i wanted to make actually exists
i can give you the schedule id for example if this helps ?
Yeah please share the ID
sub_sched_1N0iiZHrKMzhnGvgTo0MewRd
Are you trying to look at the phases via the dashboard OR the API?
dashboard
i just want to understand if i did is true or not that's all
do you get the idea of the subscription shcedule i'm aiming to do ?
Yup I think you're setting it up correctly. There's no way to see the phases in dashboard as such but you can look at the API request response here, it shows you have two phases with two different prices
yes i saw it from the api
i just wanted to check in the dashboard to be able to confirm this feature
so setting billing_cycle_anchor to phase start will do the trick ?
i mean everyphase knows when it's going to be executed i guess ?
cause in the screen shot i sent you the one with the first amount seems to be ignored or desactivated
yup, you're setting iterations for the phases too. So the phases should transition appropriately.
I was hoping test clocks would support testing schedules but looks like it doesn't
https://stripe.com/docs/billing/testing/test-clocks
i hoped there is a way too
i just am not sure about this 100% logically it's fine but one i see what i've sent you i can't be so sure
i don't get why the seconde phase in the screenshot is with green so it means active
but the other one gives me the idea of being inactive xD
Are you sure you shared the same subscription schedule ID as you're looking at right now?
I don't see the same UI as you
wait i check
yes it is
i just clicked on actions
then the first option which is not the delete the other one
here is the full picture
Ah okay, that just means that your current phase price will be updated to the new phase price
From 21.45 to 6.45 on June 26th
Keep in mind your subscription hasn't started yet. So once it starts on May 26th, its going to charge 21.45 on the first invoice and then 6.45 on the next
You can test this by creating a subscription schedule that starts today and moves on to different price next month
Then it would show the right amount on "Next Invoice"
Yup, you can test this out as I mentioned above. Create a schedule that starts today/now
okay thank you