authentication failed: Two-Way SSL

KosimK
New Contributor

authentication failed: Two-Way SSL

Hello,

So I tried this tutorial and had some issues with it. I followed the tutorial step by step, but I received the same response from sandbox server:

{
"responseStatus": {
"status": 400,
"code": "9123",
"severity": "ERROR",
"message": "Expected input credential was not present",
"info": ""
}
}

If you know what seems to be the problem I would appreciate if you point me the solution.

2 REPLIES 2
vrm
Helper

Re: authentication failed: Two-Way SSL

hi @KosimK ,

i'm using nodeJS to setup visa apis and successfully connected to visa network for some of APIs. what api are you calling? maybe i can help you.

Vahid

nobody is perfect
API_Managers
Visa Developer Support Specialist

Re: authentication failed: Two-Way SSL

Hi @KosimK,

 

Please see below cause and resolution to solve the problem and try again. Let us know if you need further assistance.

Payload and URI Error Codes

HTTP STATUS HTTP CODE CAUSE/RESOLUTION

BAD REQUEST

400

This error could be due to a variety of reasons.

Check for the following:

  • The url has a space after the ?.
  • Whitespace issues, in general, anywhere in the url.
  • Ideally the following fields need to be checked for correctness:
    •  URL
    •  Query params

Or

  • The API endpoint you are trying to use only supports Two-Way SSL authentication. Please ensure you are not using any other token type.

Or

  • Invalid input found in the request payload.

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.