I've have been trying all sorts of variations using the DPM API.
In all cases, the transaction completes successfully. (I can log into the account and see the transaction was accepted.) However, in no instance have I been able to confirm my relay URL ever gets called!
I must be missing something. Is it not enough to specify the relay parameters when I post my data? Do I need to set some type of configuration in my account or something else.
I've really made an effort but it's hard for me to see what other variation I can try to try and get my relay URL to be called.
Thanks.
04-01-2012 12:51 PM
See if this help
For .net put EnableViewStateMac="false" on both the DPM page and the relay response page. Or you can also set the machineKey on the web.config.
To see what being return in relay response set the relay response URL to https://developer.authorize.net/tools/paramdump/index.php . Remember to add this the valid relay response list on your test account.
04-02-2012 04:19 AM - edited 04-02-2012 04:25 AM