#Frank-sub-transfer

1 messages · Page 1 of 1 (latest)

pearl junco
ripe knoll
#

Thanks. It still seems odd that Stripe sent a webhook to increase the subscription end date for a paused subscription & uncollectable invoice. Am I missing something or is this a bug? The online doc's say "Stripe won’t send any upcoming invoice emails or webhooks for these invoices and the subscription’s status remains unchanged."

pearl junco
#

Can you provide the Sub ID so I can take a look at that?

ripe knoll
#

sub_1Kee7uIJp4n01AoIjOodaO7v

pearl junco
#

Thanks, give me a moment to look.

#

Okay yeah so I think the idea is that no Webhooks will be sent for invoices specifically, but with a paused Subscription the billing_cycle will still reset when the Subscription hits the renewal date so that change of current period and latest_invoice causes the customer.subscription.updated event to fire. This event is not ignored by the pause.

#

It sounds like you want to add some code to your Webhook handler to basically ignore those customer.subscription.updated events when pause_collection is not null.

ripe knoll
#

OK. Thanks. Will do. You may also want to update your doc with this detail still there are still webhooks coming in for it.