This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
validate if [card] payment method already exists using fingerprint #688
Labels
needs triage
Needs triage
Describe the bug
How can I validate if card already exists or attached to customer? Because as of now, the customer can add many Cards with the same details. I've read in some SDKs / Library that we can check it using the
payment_method
's fingerprint but I'm not able to see it when I access theCard
properties.Card properties:
My temporary solution is to use the
last4
property of the given card.The text was updated successfully, but these errors were encountered: