I have been trying to implement Authorize.net SIM integration with C# asp.net webapp.
1) I downloaded API for SIM sample code and just used my credentials within the code they provided .
but i am getting an error. as below:
(87) Transactions of this market type cannot be processed on this system.
2) In that sample code we dont have a response back from authorize.net, I am trying to figure out the way to get a relay response so that the users are redirected back to the website after transaction is done.
Please let me know, if any one has link to SIM implemented code with vb or C#.
Member
1 Points
16 Posts
help needed integrating Authorize.net SIM with c# asp.net web app
Jul 09, 2011 01:44 PM|Pri_aJaX|LINK
Hi,
I have been trying to implement Authorize.net SIM integration with C# asp.net webapp.
1) I downloaded API for SIM sample code and just used my credentials within the code they provided .
but i am getting an error. as below:
(87) Transactions of this market type cannot be processed on this system.
2) In that sample code we dont have a response back from authorize.net, I am trying to figure out the way to get a relay response so that the users are redirected back to the website after transaction is done.
Please let me know, if any one has link to SIM implemented code with vb or C#.
thanks!! in advance
Priyanka
Priya
"Thanks! for all your Support and Help"
Contributor
6472 Points
1575 Posts
Re: help needed integrating Authorize.net SIM with c# asp.net web app
Jul 09, 2011 02:02 PM|princeG|LINK
This Issue "(87) Transactions of this market type cannot be processed on this system." belogs to transaction.
http://forums.cubecart.com/topic/20842-error-87-on-authorizenet-transactions/
http://www.developingfor.net/miscellaneous/authorizenet-c-code.html
http://www.geekpedia.com/Thread15072_Please-Help-With-Authorizenet-SIM-In-ASPnet.html
http://community.developer.authorize.net/t5/Integration-and-Testing/SIM-with-regular-C-asp-net-site/td-p/7531
Member
1 Points
16 Posts
Re: help needed integrating Authorize.net SIM with c# asp.net web app
Jul 09, 2011 08:35 PM|Pri_aJaX|LINK
Hey Prince,
Can you guide me how can i get the relay response and get the trasanction ID from it.
I am working in c# and asp.net. How to configure the relay response and how to get the transaction ID and read it on my end
it would be great help!!
Priya
"Thanks! for all your Support and Help"