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
Install Adyen using https://github.com/academe/omnipay-adyen#omnipay-adyen.
But after passing the username and password getting error as :
Array
(
[status] => 401
[errorCode] => 000
[message] => HTTP Status Response - Unauthorized
[errorType] => security
)
You are using the apikey as username... the commented out username should work, if it's the correct user.
Account->Configure->API Credentials->Choose user
Here you will find the username top left and you can set a new password with "Generate Password".
You have to copy the new generated password and than you have to save it!
Next time please use the Issue collector of the specific repo.
Install Adyen using https://github.com/academe/omnipay-adyen#omnipay-adyen.
But after passing the username and password getting error as :
Array
(
[status] => 401
[errorCode] => 000
[message] => HTTP Status Response - Unauthorized
[errorType] => security
)
Adyen Api initialised are as follows:
$gateway = Omnipay::create('Adyen\Api')->initialize([
//'merchantAccount' => 'Developer914',
//'merchantAccount' => 'Developer914ECOM',
'testMode' => true,
//'username' => '[email protected]',
'username' => 'AQEnhmfuXNWTK0Qc+iSUl3I9q+uLTZkUXMeLmYXwlzSQpKtfUBWB1sf9EMFdWw2+5HzctViMSCJMYAc=-puSlr8NH7Poj34KSoQ3cvo4gHUXGBRs6qFBX46sApIA=-6{36)Hy^~B&X',
'password' => '5G$4$fI>wh2zrV{vm:<NT<.k>',
//'password' => 'V]e+4)M6a%22', // POS password
]);
Please tell me where to get a username, password and merchant account for Adyen. Please share the step. Thanks in advanced.
The text was updated successfully, but these errors were encountered: