Skip to content

Adyen Api error #229

Open
Open
@pradeep-sawant2501

Description

@pradeep-sawant2501

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions