#swati
1 messages · Page 1 of 1 (latest)
Hi there, so you want to get notified when your customer change the subscription's default_payment_method?
when user change their card no or zipcode any thing update i need to sent email
That's not supported by Stripe, here what email you can configure when using Stripe:
https://dashboard.stripe.com/settings/emails
Otherwise you can setup this in your integration, by listening to webhook event and send an email automatically by your integration
https://stripe.com/docs/api/events/types#event_types-payment_method.attached
which event triggered when change card detail?
There are multiple event but i need one particular event for card detail changed
this is one event payment_method.updated
i need a email to confirm a user closed their account so any event triggered?
You can find the list of all events here:
https://stripe.com/docs/api/events/types