#Aviv
1 messages · Page 1 of 1 (latest)
Hi, that event would fire when a subscription schedule is released: https://stripe.com/docs/api/events/types#event_types-subscription_schedule.released. Have you tested this in your test environment?
did not test, i try to figure things out
from the docs you gave me, it seems like "subscription_schedule.completed" fits more?
also, was i right when i said that using the "cancel_at_period_end: true" on sub update, will make the sub keep running until iterations end, and not renew?
That is correct, it will end at the period end and will continue until that date
and at the very end, a "subscription_schedule.completed" will be fired?
I do not understand what this wording means, but "subscription_schedule.completed" will file when the subscription schedule is completed.