I have saved stripe customer id's in my db for later payments. A customer will have multiple cards and I would like to check/validate new customer cards with their existing cards.
Suppose the same card details can be stored multiple times as multiple cards.
I want to check using the Stripe token whether a newly entered card already exists or not. It will use it if it's already there, if not it will create a new card.