Subscriptions

Stripe webhook event

customer.subscription.pending_update_applied

A pending change to a subscription was applied after a successful payment.

Quick answer

A payment-gated subscription update succeeds.

Event typecustomer.subscription.pending_update_applied
CategorySubscriptions
When it firesA payment-gated subscription update succeeds.
Recovery-relevant?No

When it fires

A payment-gated subscription update succeeds.

What to do with it

Apply the new plan or quantity entitlements.

Stop building webhook handlers

SubRevival consumes the failed-payment events for you and runs the full recovery stack, no endpoint to build, secure, or maintain. 5-minute Stripe OAuth, $19/mo flat.

Start Recovering Revenue

FAQ

What does the Stripe customer.subscription.pending_update_applied webhook event mean?

A pending change to a subscription was applied after a successful payment.

When does customer.subscription.pending_update_applied fire?

A payment-gated subscription update succeeds.

What should I do when I receive a customer.subscription.pending_update_applied event?

Apply the new plan or quantity entitlements.

Related events

Source: official Stripe events documentation.