Re: Expected input credential was not present

Solved! Go to solution
spectre359
New Contributor

Expected input credential was not present

Hello, I've been following the Testing Two-Way SSL Connectivity Using Postman section of Two-Way SSL (visa.com) and the response I received is 

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

 

postman.png

 

Both the certificate and the Authorization header are present in the request.  Am I missing something? BTW I tried to use the sample C# code at the end of the page and got the same response. Any help is appreciated!

2 REPLIES 2
spectre359
New Contributor

Re: Expected input credential was not present

I found out that the problem was Fiddler. It was modifying the request and that's the reason it was not working. The issue is now resolved.

API_Managers
Visa Developer Support Specialist

Re: Expected input credential was not present

Hi @spectre359,

 

Thanks for letting the community know that the error is fixed and how it was solved. Have a nice day! 




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.