Description
Feature Description
We were creating fingerprint on vault side for a card based on card number and expire data , issue was arriving when same card number was there but different expire information for the same customer , now a new fingerprint ID was getting generated.
Hence was being added as a new payment method in database for the same card number but changed metadata ( exp month, exp year )
Possible Implementation
To handle this , a new field is being added as seconday_fingerprint_id
for maintaining the fingerprint based on card number and handle the updation of the metadata information based on the field
We can check for both the primary and secondary fingerprint and based on the result of both the fingerprint can create a new Payment Method ID or update an already existing one.
Have you spent some time checking if this feature request has been raised before?
- I checked and didn't find a similar issue
Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to submit a PR?
None