You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: