#Kenneth
1 messages · Page 1 of 1 (latest)
Best way would be to check the card's fingerprint: https://stripe.com/docs/api/cards/object#card_object-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.
would credit card fingerprints be different across different stripe accounts?
They would be different yes
That's for keeping track of cards under the same account
in that case the fingerprint check would not work
Yeah there's not really a way to do this across accounts
hmm okay thanks!
No problem
I guess brand + last4 + expiry could work