#roo-pause-subs

1 messages ยท Page 1 of 1 (latest)

opal smelt
#

Hi there! Invoice webhooks won't fire while the Sub is paused.

#

The only webhooks that will fire is the customer.subscription.updated hook while the Sub cycles

halcyon rapids
#

Awesome! And then once the time expires, will the webhooks fire immediately, or at the next allotted billing cycle?

opal smelt
#

At next allotted cycle

#

Everything will just restart live at the resumes_at time

#

But there is no webhook to signal a resumption

#

Hmm actually... customer.subscription.updated might fire in this case as well

#

I can't remember that one ๐Ÿค”

halcyon rapids
#

We have downstream logic on subscription.paid so I'm trying to figure out how are system will be responding to these pauses. Say we bill every 60 days... 30 days in a customer says they want to pause for 60 days... that would in theory put them in the middle of what would be their second cycle. So I am assuming we wouldnt get an invoice paid until the 120 days in, not at 90... right?

#

I think that is what you are saying - but just clarifying!

opal smelt
#

Yep that's correct.

#

However, subscription.paid isn't an event.

#

You mean invoice.paid?

halcyon rapids
#

Yup, sorry ๐Ÿ˜„