I read somewhere in the Authorize.net documentation, but now cannot find it, that DPM only works with Asp.net 3.5; I would really prefer to use DPM rather than AIM, so wonder if anyone can tell me if it works with 4.0.
If so, I have a second question: Do I need to use MVC and the Authorize.net SDK? I've always just coded my integration "by hand" and would prefer to do that if possible.
Thanks very much.
Jane
Solved! Go to Solution.
12-18-2011 07:05 PM
It will work with 4.0 without MVC. DPM is similar to SIM, download their SIM sample code for the timestamp and hash and change it to work with DPM. DPM documentation for java show the minimum required fields.
12-19-2011 05:41 AM
It will work with 4.0 without MVC. DPM is similar to SIM, download their SIM sample code for the timestamp and hash and change it to work with DPM. DPM documentation for java show the minimum required fields.
12-19-2011 05:41 AM
Thanks very much. I'll try working with it, may be back with some questions.
12-19-2011 11:11 AM