Question

Can stripe be used to accept payments via a card swipe reader. My concern is that the cvc would be required and I don't believe this data can be obtain from a card swipe.

So essentially the way this will work is, the customer will only swipe their card to pay for the service and is not required to input any data. Is this sufficient enough to use Stripe to process a payment without requiring the cvc.

Any feedback would be helpful, Thanks.

Was it helpful?

Solution

No, the CVC is not included on the stripe, and that's precisely why it exists -- to be a piece of information that must be read and entered manually and thus is not as vulnerable to theft. Think of it as equivalent to the PIN number on a bank card, except that it's less secret.

If you're interacting with systems which require the CVC, the stripe by itself is by definition helpful -- it saves entering some other data manually -- but not sufficient.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top