#Stone.D-subscriptions
1 messages · Page 1 of 1 (latest)
hi, we cover this in detail at https://stripe.com/docs/billing/subscriptions/webhooks
Is there email to user when payment failed? I can't get that in test mode.
In subsciption
yes, there's a setting on https://dashboard.stripe.com/settings/billing/automatic for Send emails to customers to update failed card payment methods
Configuration configed, but not get email.
In test mode.
do listen invoice.* event?
Or payment?
Or payment stuff?
we don't send the emails in test mode.
the doc I linked suggests the events to use and it mainly talks about using the invoice.* events to track active subscriptions.
Ok, Thanks.