sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

E00007:User authentication failed due to invalid authentication values.

Open Monoget opened this issue 3 years ago • 1 comments

When I'm using sandbox.authorize.net merchant API and Signature it was working when it changes to production then IT sends this error. "message":[{"code":"E00007","text":"User authentication failed due to invalid authentication values."}] $merchantAuthentication->setName(""); $merchantAuthentication->setTransactionKey(""); $response = $controller->executeWithApiResponse(\net\authorize\api\constants\ANetEnvironment::PRODUCTION); Is anyone help me to solved this out.

Monoget avatar Jan 11 '22 10:01 Monoget

We were having similar issue,it turned out that somewhere in the code the url was hardcoded to https://test.authorize.net/payment/payment.

nassiftnassif avatar Jan 29 '22 06:01 nassiftnassif