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.
10-18-2012 07:07 AM
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
■ | M = Match |
■ | N = No Match |
■ | P = Not Processed |
■ | S = Should have been present |
■ | U = Issuer unable to process request |
10-18-2012 07:20 AM
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,
10-18-2012 07:38 AM
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.
10-18-2012 08:15 AM - edited 10-18-2012 08:16 AM