Do not want to require CVV code

Discussion in 'Payments processing' started by mike28, Sep 2, 2005.

  1. mike28

    mike28 New Member

    Joined:
    Aug 29, 2005
    Messages:
    2
    Hi -

    I am using the authorize.net AIM plugin. Is there a way that I can remove the requirement to provide a CVV/Credit card code on the credit card info page? I do not want customers to have to provide this as I'm worried some might know where to find the code on there card I also have a low risk of fraud, and finally, PCI data standards require that you do not store CVV codes on your server anyways.

    Is it as simple as commenting that section out of the cc_info.html template? Or are there changes that need to be made elsewhere?

    Thanks for the help.
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It is better to edit template
    amember/templates/cc/cc_info.html
    and add instructions where to find CVV code. I believe it is possible to make it clear for everyone.

    aMember never stores CVV code - it is only used for first payment for better verification, next payments for recurring subscription are going without CVV.

    If you wish to disable this anyway, edit file
    amember/plugins/payment/authorize_aim/authorize_aim.inc.php
    and replace
    'code' => 1,
    to
    'code' => 0,

Share This Page