I'm currently working on CIM and successfully able to add the customer to gateway. But for createCustomerProfileTransaction I need to pass an argument transactionType which should be a string and I'm not getting what possible values it could have and the result may affected based on the type.
Also, what could I pass into extraOptionsString? There is not much explaination in the api document.
Please help!
Solved! Go to Solution.
04-11-2014 03:53 AM - edited 04-11-2014 03:56 AM
There are six possible values for transaction type in CIM
04-11-2014 04:37 AM
https://api.authorize.net/soap/v1/Service.asmx?WSDL
search for ProfileTransactionType
Anything list in the http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=B_APIFields.html
can be send in extraoptions
04-11-2014 04:11 AM
There are six possible values for transaction type in CIM
04-11-2014 04:37 AM