#ben-paymentmethod-fingerprint
1 messages · Page 1 of 1 (latest)
ben-paymentmethod-fingerprint
Hey @split cape ! On a card PaymentMethod there's a property called fingerprint https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-fingerprint which is a unique identifier for that card number on your account. You can use that to compare 2 card PaymentMethod objects and confirm they are the same underlying card number
We don't have a direct API call to list by this but you can usually cache this in your database to find duplicates ahead of time
no
There's https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-funding which would potentially say prepaid but that doesn't always mean gift card, but you can use that to keep an eye on things at least