#Will the webhook be called automatically if the subscription expires?
1 messages · Page 1 of 1 (latest)
Short answer: No.
- If renewal fails (insufficient balance, card declined, etc.):
- You’ll get
subscription.on_hold - Plus
payment.failed
- You’ll get
subscription.expiredonly fires when the subscription naturally reaches its end date (no further billing attempts).- To track all changes reliably, also listen to
subscription.updated.
Helpful Links