Hi,
I have implemented authorize.net CIM functionality using SOAP service reference and asp.net technology. I have created customer profile and customer payment profile sucessfully.I am using CreateCustomerProfileTransaction
function to process the transaction. I want to add customer IP address during transaction processing so that it will be good for me to track the transaction & this IP address should be get reflected when I click any transaction to see its details. i.e IP address should be get reflected in authorization information of transaction details.
I have tried using third parameter of CreateCustomerProfileTransaction function but it is not working. It gives me error as " Invalid Extra options " .
Please kindly assist me.
Thanks
Amol
10-07-2015 04:42 AM
http://www.authorize.net/content/dam/authorize/documents/CIM_SOAP_guide.pdf
Use the extraOptions
x_customer_ip=xxx.xxx.xxx.xxx
http://www.authorize.net/content/dam/authorize/documents/AIM_guide.pdf
10-07-2015 05:19 AM
Thanks for your immediate help.
10-08-2015 03:03 AM