#othella_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1382722189400215675
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, that is for Stripe: https://support.stripe.com/questions/how-can-i-detect-duplicate-cards-or-bank-accounts
Thanks @upper garnet . My concern is: if I use a different terminal brand than Stripe one, and plug my app on it, may I be able to recognize cards with this attribute? Is id a Stripe-only value and fingerprint an universal reusable on other brand? Or are they both only Stripe-related?
I do not know how other brands work. As long as you use the Stripe API, it would be Stripe only fingerprint
OK, so this fingerprint is a value computed by Stripe API/SDK, and not a value coming from the card itself?
That is correct
OK, thank you. So currently, there is no way to have a "meta card" object in code that could be created based on Stripe PaymentMethod, that could be reusable with other providers? I can only use card's Stripe PaymentMethod attributes with Stripe, no way to mutualize with any card reader in the world?
As long as you use Stripe API, you should get that data. Again, I do know how you're using the other readers
While this is not applicable to "readers" per se, we do have a feature in preview currently for using Stripe payment methods with other payment processors: https://docs.stripe.com/payments/orchestration/route-payments
You'd have to request access to that to use it, though.