- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can't get DPM to work
I have tried the SIM method an have gotten it to work. Now I am trying the DPM and I can not get it to work for me.
I am testing with the Coffee store example and have followed all the instructions and configured the config,php.
When I get to the checkout_form.php and press Buy I get this message:
3,2,13,The merchant login ID or password is invalid or the account is inactive.,,P,0,,,2.18,,auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,9F76D49A5960CCB8226C471FBB9C8277,,,,,,,,,,,,,,Bank Account,,,,,,,,,,,,,,,,
I know my login ID and password are correct because I used them in the SIM method.
Please help - Sam
12-08-2010 07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello? Can some please reply to my question.
Thank you - Sam
12-09-2010 05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
where are you posting too - test or live - and what API keys are you using - test or live?
___________________________________
<-- Kudos is always welcome....
TSdotNet
12-09-2010 07:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am positng to LIve (what do I have to change to make the post live?
And my API keys are also live.
12-09-2010 11:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You want to change the configuration to post against this url:
https://secure.authorize.net/gateway/transact.dll
I believe the SDK is setup to point to the test server by default.
12-09-2010 12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you know what file in the SDK I should change from test to secure? There is no place in the config.php to change the settings.
As many have stateted before, very poor documentation on DPM. There should be some explaination about the difference between test and live.
12-10-2010 05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think is In the checkout_form.php
<form method="post" action="<?php echo AuthorizeNetDPM::SANDBOX_URL?>">
change that to
<form method="post" action="<?php echo AuthorizeNetDPM::LIVE_URL?>">
12-10-2010 06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, but that did not work. Still get the same error.
12-10-2010 06:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just want ot make sure.
On the config.php
You added your AUTHORIZENET_API_LOGIN_ID, AUTHORIZENET_API_LOGIN_ID,
change this to false point to live for AIM define("AUTHORIZENET_SANDBOX",false);
comment out $METHOD_TO_USE = "AIM";
uncomment out $METHOD_TO_USE = "DIRECT_POST";
12-10-2010 07:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had everything set correctly except "comment out @METHOD_TO_USE = "AIM":
I commented this out, but still get the same error code.
Thanks for trying - Sam
12-10-2010 08:49 AM