#nick-customer-sourceexpiring
1 messages · Page 1 of 1 (latest)
nick-customer-sourceexpiring
@wise frost this Event is really old and highly deprecated. What are you really trying to do? Because it only works for legacy Card objects from years ago
I want to send an email to our customer to let them know their card will expire soon
Is there a better event?
No there is no such Event. Really I'd recommend tracking this in your database instead. Store the expiration date(s) of each PaymentMethod and then email them when you reach their expiration
Note that we work with banks to automatically update cards so that's less and less needed
Gotcha. Thanks!