We don't use CVV to process the transactions as we process recurring payments and storing CVV is against PCI Compliance. We therefore would like to remove this field from the screen not to mislead the user. How can we customize the screen to not require CVV?
We did this through Android using: scanIntent.putExtra(CardIOActivity.EXTRA_REQUIRE_CVV, false);
I found the solution to this; setting collectCVV property on CardIOPaymentViewController does it.