#jack_api

1 messages ยท Page 1 of 1 (latest)

lime pecanBOT
#

๐Ÿ‘‹ 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/1235323979640864829

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

dusk sapphire
#

Hello

restive copper
#

Hi

dusk sapphire
#

Yeah so looks like that Subscription was created due to a Schedule (https://dashboard.stripe.com/logs/req_buq0SLmxNayNIF) which has end_beahvior: cancel -- that indicates that cancellation has been specified in the future (which is why cancel_at is set) and canceled_at mirrors the time when the Subsription was designated to cancel in the future, which is when it started since it uses a Schedule that is set to cancel

restive copper
#

Hmm yes this subscription is set to auto-cancel after a certain period, which I expected to be reflected in the cancel_at field, but the canceled_at field being the same as the start is confusing? You say it's supposed to mirror when the subscription was designated to cancel in the future, then why is it the start and not the future cancellation date?

dusk sapphire
restive copper
#

Ohhh ok I see what you're saying. The subscription has technically already been 'cancelled', just at the future date, because it was set at the start

#

I gotcha ok, thank you!

dusk sapphire
#

๐Ÿ‘

restive copper
#

All set here ๐Ÿ‘Œ