Could someone give me a list of all the values for CustomerProfileWS.ValidationModeEnum when setting up a new paymet profile? What do each of these values mean?
Thanks.
Ashwini
Solved! Go to Solution.
03-20-2012 08:53 AM
It in the documentation at http://developer.authorize.net/api/cim/
just search on ValidationMode
03-20-2012 09:01 AM
Yes. none will work for your case. As long as AIM transaction test is successful, you can set ValidationMode to none on the CIM create payment profile.
03-20-2012 12:23 PM
It in the documentation at http://developer.authorize.net/api/cim/
just search on ValidationMode
03-20-2012 09:01 AM
Thanks. I don't know why i didn't see that earlier.
I wanted to know if using the value none will help me.
We use the AIM to process a Credit card transaction. if this is successful then we create a customer and payment profile for that card. Because it is in LIVE mode i believe it is processing the $.01 transaction on the card again. But some payment profile requests are rejected by the card issuer. i don't have an actual reason for the rejection.
But in case of this scenario could i use the value none and resubmit the request again to create the payment profile? does this mode just avoid the validation part of it but creates the profile like others?
03-20-2012 10:31 AM
Yes. none will work for your case. As long as AIM transaction test is successful, you can set ValidationMode to none on the CIM create payment profile.
03-20-2012 12:23 PM
Thanks so much.
One last question:
Does the testmode value create the payment profile even if the account itself is in still LIVE mode? ie. if i a use a test credit card for testing AIM which gives back an authorization code of C0000, will i be able to create a payment profile using this transaction?
03-20-2012 12:57 PM
A validationMode value of test is not the same thing as test mode for the account. All validationMode of test means is that only surface validation is performed - as in the fields are tested to see if they -look- ok, but the address, CCV, etc. are not run against the actual credit card info on file.
Not sure if that helps or not, your question was confusing to me.
03-20-2012 01:55 PM