Authorize.net - "merchant Login ID is invalid..."

Authorize.net - "merchant Login ID is invalid..."

by Michael | -
Number of replies: 2

Hello all,

I am trying to set up this Authorize.net plugin and am having a devil of a time. I have a test merchant account with authorize.net, where I got an api login and transaction key. I then set the an_login to the the api login and the an_tran_key to the transaction key. Should be all right?

Every time I try to test a payment I get the error "The merchant Login ID is invalid or the account is inactive". But it is active, and in test mode, I can run test transactions from the merchant login.

Is there some other setting?

The only thing I can think of is that the test account is here https://test.authorize.net/

Can this be changed while testing?

Thanks in advance,

Michael

Average of ratings: -
In reply to Michael |

Re: Authorize.net - "merchant Login ID is invalid..."

by Michael | -

I think I got it now.

I had to manually add the lcoation "test.authorize.net" to the php code, then 'unckeck' the an_test option in the settings.

In reply to Michael |

Re: Authorize.net - "merchant Login ID is invalid..."

by Jaswant Tak -

If you are using Moodle2.x 

Change the True with False

define('AUTHORIZENET_SANDBOX', false);

in enrol/authorize/lib.php