cancel
Showing results for 
Search instead for 
Did you mean: 

Card code validation

Hi,

In a live account with testmode on, i set  

Reject transaction if card code value does not match to true,

 

then sent a createCustomerProfileRequest with validationMode = 'testMode', it still works, looks like card code not check, is this as exepected?

 

some more questions regarding card code validation:

 

I'd require card code validation during #1) createCustomerPaymentProfileRequest or #2) createCustomerProfileRequest, but during createAuthCaptureRequestXML, I do not need card code validation as it is already validated in either #1 or #2,   if I set the reject transaction if card code value does not match to true, will this createAuthCaptureRequestXML without card code works?

 

Thanks,

 

V.G.

 

 

 

 

Venngomez1
Contributor
3 REPLIES 3

it work because card code are only use for validation(auth_only transaction), on validationmode = 'testmode' no validation.

 

if you want it to reject if it not match set validationmode = livemode on #1 and #2

 

if I set the reject transaction if card code value does not match to true, will this createAuthCaptureRequestXML without card code works?

Since it is not pass, it will not be a 'N'. following is from the AIM documentation

Card Code Response
Value: The card code verification (CCV) response code
Format:
M = Match
N = No Match
P = Not Processed
S = Should have been present
U = Issuer unable to process request
Notes: Indicates the result of the CCV filter.
For more information about CCV, see the Merchant Integration Guide at http://www.authorize.net/support/merchant/.

 

RaynorC1emen7
Expert

Thanks, I'm using CIM API, I'd like to achieve following:

 

1) durin createCustomerPaymentProfileRequest , ccv has to be validated, this happens when a member signs up.

2) every month, this createCustomerProfileTransactionRequest will be sent, and no card code validation is needed.

 

since I checked the Card Code Verification (CCV) Settings' Does NOT Match (N) in my live account, will this stop the #2 from running? thanks,

If I remember it correct, it would be a 'P' if it is not send with the credit card transaction. so #2 would be ok.