#aksharj-sub-pending-deletion
1 messages · Page 1 of 1 (latest)
Hello! Hmm, there's no event sent prior to deletion other than the initial customer.subscription.updated event when it's set to cancel
So you'd need to handle that logic on your side by storing the period_end timestamp and deducing ~15 days from that to contact them
Hi @tribal quarry thanks for your reply. ah ok
so no way to set the subscription in recurring mode again
here is a subscription id for your reference sub_ITOLLIE45J06C4
i want to set it to recurring
so subscription does not end on feb 28 but i set to recurring and user gets a invoice reminder as set in the settings
Well if you set the subscription to cancel at period end it hasn't actually cancelled. So you can undo that yes
ah thats great, can you please share the steps i need to take to achieve this
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there a way to do it via dashboard
cool, can use don't cancel then
just one more question then
the subscription collection is paused for the subscription as we wanted to provide the user 3 months for free
if i update the subscription to don't cancel, how do i ensure that invoice becomes collectible after 28th Feb in this case
That depends! What parameters did you use when you paused collection? https://stripe.com/docs/billing/subscriptions/pause
You don't need to, you'd just have to manually resume collection: https://stripe.com/docs/billing/subscriptions/pause#unpausing
ah ok. so this can also be done via dashboard?
so basically i need to do the following
- Update subscription and set it to
don't cancel
- manually unpause the payment collection on subscription
this would ensure that user is sent a reminder notification based on settings and subscription will be recurring
for un-pausing payment collection do i have to use the Resume payment collectionoption
Which reminder?
can you please confirm that if i use the Resume payment collectionthe user will not be charged immidiately as there is a invoice in draft more
we have set a invoice reminder to be sent to users 15 days before subscription renews
Yes, it only affects future invoices. You'd need to manually pay the others if you wanted to
Yes
ok thanks @tribal quarry for this, i will test this in test mode and get in touch in case of any quetions
have a nice evening
Sure, np!