#monove - fingerprint
1 messages · Page 1 of 1 (latest)
Yes, the fingerprint does not change with expiry, it represents the card number only
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.
If the same card is tokenized for multiple customers, you'd see the same fingerprint to match on
eg, if you wanted to limit custoemrs to one trial period and require a card, a fingerprint check is a good way to enforce that to prevent repeat trial abuse