Handle subscription.updated events end-to-end
End-to-end support for Stripe subscription.updated events: parse and validate webhooks, skip interim or future-scheduled updates, handle invoice-based past-due transitions, update active subscriptions, and extend SubscriptionCache to track pause start timestamps.
Closes IA-524