I am trying to submit a payment without the CVV number using the AIM API. I am able to submit the payment, but when the charge occurs, it says the CVV number does not match ("No Match") in the Merchant Interface even though I am not submitting a value other than NULL. If I submit the same payment through Authorize.net's Merchant Interface, it will say "Not Applicable". Is there away to accomplish this through the API?
Thanks
โ03-04-2013 12:54 PM
Hi,
You just need to leave the field blank or not pass the x_card_code at all because passing NULL for the card code is like passing a CCV number so our system is reading at as N or No Match.
Thanks,
Joy
โ03-07-2013 11:45 AM