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 type | customer.subscription.pending_update_applied |
|---|---|
| Category | Subscriptions |
| When it fires | A 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 RevenueFAQ
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
customer.subscription.createdcustomer.subscription.updatedcustomer.subscription.deletedcustomer.subscription.trial_will_endcustomer.subscription.pausedAll events
Source: official Stripe events documentation.