#Whip-SetupIntent
1 messages · Page 1 of 1 (latest)
It's a known limitation and we have plan to improve it!
In the time being, you can implement some workaround like:
Each time an existing Customer come, you can present them the existing Cards last 4, and let them choose from there
I'll try to work it out. Don't close the thread
I have a suggestion for when you work on improving payment methods. It would be really usefull to have a property on it like last_use_status: 'never_used/succeeded/failed' so we can quickly check if a payment method is failing, inform the user to update it or remove it.
That could be complicated since a PaymentMethod could be used in different PaymentIntents
Whatever payment intent uses it should update this value so we know whenever and by whomever it was last used, did it work or not
It's more of a design decision... Isn't listening to failure event via webhook good enough? Like you are notified about a PaymentIntent failed by this PaymentMethod, grasp that PaymentMethod and inform its Customer