#nickderobertis
1 messages · Page 1 of 1 (latest)
We don't offer a way to automatically de-duplicate, but we do offer fingerprint - which is the way to check if two card or card_present PaymentMethods are the same
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok cool. So I guess to detect whether it's a new card, I would need to list all of the customer's payment methods and check whether any of the fingerprints match the fingerprint of the newly created payment method?
yup!