#sam-b_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/1287870469021761557
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
For many things with subscription schedules, they go away if a phase doesn't explicitly define it among all phases where it needs to be active. In your case I see that the schedule only had one phase, so I am not immediately sure how that could have gone away but I am looking in to it
Ah it was a 1 time coupon, I think it would be expected to be removed even for a non-scheduled subscription in that case. Looking for confirmation on this
At what point would it be removed?
When the subscription moves to the cycle after the discount is applied it looks like
Shouldn't there be a stripe event here showing that? https://dashboard.stripe.com/test/subscription_schedules/sub_sched_1PvoALIlX04YZpNR4H3t4D3g
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
๐ taking over for my teammate
Do you see this event? https://dashboard.stripe.com/test/events/evt_1Q0QWyIlX04YZpNRpWgKEp1H
The schedule entered a new phase and the new phase no longer has a coupon
I do that see that event but that is for updating the test deletion policy. I wouldn't expect that to change the coupon value
The schedule phase doesn't end until december so I'm confused what we mean by new phase
Oh, I see
Yeah, I'm not sure why the update to the Subscription changed the current_phase.start_date on the Schedule
So I guess if I didn't make an update in the dashboard assumedily this wouldn't have changed?