cancel
Showing results for 
Search instead for 
Did you mean: 

Sandbox always response with "[E00009] The payment gateway account is in Test Mode" error

Hi,

 

I am trying to test integration agains my Sandbox account and I am always getting 

[E00009] The payment gateway account is in Test Mode.

error, even though the sandbox account is not in Test mode.

 

I am setting the environment to SANDBOX and providing Sandbox credentials.

 

Anything I should be looking at to resolve this issue?

 

Thank you,

GK

EfsDevTeam1
Member
2 REPLIES 2

Hello @EfsDevTeam1,

 

 

To disable Test Mode, log into the Merchant Interface at : https://sandbox.authorize.net/ and click Account -> Settings -> Test Mode -> Switch to Live

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor

Test Mode was off, that is why i could not understand why I was getting this error.

Turns out setting environment to Sandbox is not enough, for create customer profile request validationMode needs to be set to testMode as well and not liveMode.

That seems to have fixed the issue it seems.

 

THanks,

GK