#megerbran
1 messages · Page 1 of 1 (latest)
Using Stripe's Terminal offering requires integrating with one of our readers. I think the biggest hurdle of your approach is that it sounds like your system/application will be handling raw card details, which increases your PCI compliance burden:
https://stripe.com/guides/pci-compliance
https://stripe.com/docs/security/guide
I know, a client is asking if I can integrate their stripe to their pos system
Or if there is a way to use stripe element along with the card reader
Or possibility of an sdk that detect card reader
If there is an sdk that detect Carr reader stripe will still be the one to read the card details. There by reducing PCI compliance burden
Sorry, I'm not sure I understand what you were trying to ask.
When using Stripe Terminal, you must integrate using a card reader that is acquired from Stripe.
https://stripe.com/terminal
https://stripe.com/docs/terminal/payments/setup-reader
Am asking questions regarding not using stripe terminal
But with regard to using a third party terminal
The question is thus, asking if there is a stripe sdk that detect if a user device have a card reader. If that is the case, instead of initial stripe element form. It request the user to insert their card into their reader
So that stripe can get card details for checkout
I don't know if any this exists
What are you referring to when you reference "a user device"? Like if someone has a card reader attached to their personal computer, try to use that instead of Elements?
What I mean, is if there is a stripe sdk to detect card reader.
While stripe can collect card details to make payment
Instead of sending raw card data
Please let me know if I've misunderstood, but I think you're asking if Stripe has pre-built functionality for detecting/connecting to third-party readers, this is not something that is available.
Yes that is what am asking