#pavlo_mk
1 messages · Page 1 of 1 (latest)
Hi 👋 that information isn't directly provided to you, but you can determine it. Each card Payment Method will have a fingerprint on it, which is a hashed value unique to your account and the Customer's card number. You can check to see if your Customer ends up with multiple Payment Methods with the same fingerprint value (indicating they added the same card more than once) and can then, if you wish, take action to clean up that duplication for them.
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-fingerprint
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you! Will try this!