I am implementing CIM in order to do recurring billing (I don't use ARB because CIM seems easier to implement and manage).
I need to use CCV, at least in the first transaction. I can not use CIM validation mode because I don't have the billing address required by VISA validation. I have read the many threads about using CCV with CIM and the doc and came up with the following. Will this work ?
1. Obtain client's credit card number and card code
2. createCustomerProfileRequest, fill payment profile with the credit card number (no card code)
3. createCustomerProfileTransactionRequest with card code
4. at time of later payments, createCustomerProfileTransactionRequest (no card code)
03-21-2013 03:37 AM
As long as you don't store/save the card code, that would work.
03-21-2013 04:20 AM