Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Send Stripe Notification when Credit Card is about to expire

Is there a way in Stripe to automatically send an email to a customer when their credit card is about to expire?

like image 592
Cotega Avatar asked Nov 25 '13 23:11

Cotega


2 Answers

Great news! There shouldn't be a need to notify the customer about expiration dates (or even replacement cards). Stripe's system automatically handles these changes with Smarter saved cards:

Now, when you save a customer with Stripe, their card will continue to work even if the physical card gets replaced by the bank. Stripe works directly with card networks so that your customers can continue using your service without interruption.

This feature started in early 2015, according to the article's date of 2015-01-21.

like image 104
Tyler Collier Avatar answered Oct 20 '22 19:10

Tyler Collier


Actually, now in stripe settings, you could set up the simple reminder email before the card expiration. It's inside Settings -> Prevent failed payments

like image 36
Walty Yeung Avatar answered Oct 20 '22 18:10

Walty Yeung