#pulley

1 messages · Page 1 of 1 (latest)

verbal parrotBOT
grim tree
#

Hi 👋

Automatic card updates are not something testable using test clocks because they require direct interfacing with card networks.

verbal fox
#

Makes sense, any way out there to get example payloads from this event? Trying to email a customers when their information gets updated, or if it fails, to let them know their card is expiring

grim tree
#

I'm looking but not seeing how you could trigger a webhook event to get a notificaiton of this occurring.

verbal fox
#

Got ya. So maybe just handling the payment failed event would be the safest bet since we can test this

grim tree
#

I'm not sure I get what you mean by that. Aren't you trying to track when Stripe automatically updates the payment method details based on information from the card issuing banks?

verbal fox
#

Correct, but if we are not able to test this event, i dont think it would be safe to write a feature to notify a customer that their card was updated.

So the only option i see, unless im missing something, would just be to notify the customer via email, that their payment failed.

#

And not notfiy them about their card being update

grim tree
#

That assumes the payment would fail, which automatic updates are designed to prevent

verbal fox
#

Right, so i think that would be a catch all for us. If payment updates, subscription gets charged, customer receives notification of payment. If it fails to update for some reason, customer gets notified on next bill that payment failed becase of foo-bar

grim tree
#

Right so then you bring them back on-session to provide new payment info

verbal fox
#

got ya thanks for the chat!!! Helped a ton