#ruguo_
1 messages · Page 1 of 1 (latest)
In terms of business logic, is there any other way to ensure that a card is bound to only one user apart from using the card fingerprinting method?
Then yes fingerprint is the right way.
Nope, why do you need another way?
However, the same card has different fingerprints on different stripe accounts.
Do you have multiple Stripe accounts? Are you using Stripe connect?
Suppose we have multiple projects, but we need to ensure that the cards are unique on different projects
The fingerprint is unique for a given account. This means that if I add the same card to two different Stripe accounts, they will have a different fingerprint.
I know this
So yes it's not possible, unless you use Stripe Connect.
In addition to fingerprints, are there any other fields that can be identified?
You can see all available information here: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card
okay