#pulley

1 messages · Page 1 of 1 (latest)

torpid mossBOT
prime prawn
#

I'm not aware of any way to trigger this aside from setting up a test card with a future expiry and waiting

#

But what are you trying to do with this? That event is for the old sources API

final condor
#

Just building out a email functionality to inform customers that their card will be expiring.

prime prawn
#

That won't work with our newer payment methods API, so I'd suggest evaluating this another way, perhaps by looking at card expiry date

#

However this is also rarely an issue anymore since most cards get automatically updated via the network

final condor
#

Just out of curiosity, so i can inform my product manager, is there a reason a stripe webhook with our application wont work for this specific use case?

prime prawn
#

Because those events are only generated for sources, an old API. Thay are not generated for payment methods, the current API.

#

But you can also share this:

torpid mossBOT