#prifinancelobby.c_19011
1 messages · Page 1 of 1 (latest)
Is this for a subscription? Or something else?
yes subscriptions - cCurrently, whenever payment can't be processed due to customer card being declined for whatever reason, customers are not getting notified directly via stripe so they can fix issue - we have to check manually and notify our customers when this happens - is there a setting in stripe to notify customers directly (via email)?
Gotcha, there is a setting on this dashboard page for sending emails out when a recurring payment fails https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you want to automate this, you can listen for webhook events like invoice.payment_failedhttps://stripe.com/docs/api/events/types#event_types-invoice.payment_failed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
where is this setting in the dashboard page?