Re: vdphelloworld ignoring credentials

Surabhi
New Contributor

vdphelloworld ignoring credentials

even after providing correct credentials, we are getting the below error : 

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

 

4 REPLIES 4
gjandnexi
New Contributor

Re: vdphelloworld ignoring credentials

I'm getting the same error now. What is interesting this is status code 400 but the error code suggests that this is credential errors. 

 

azeghost
New Contributor

Re: vdphelloworld ignoring credentials

i have also getting same error
jenn_kh
Community Moderator

Re: vdphelloworld ignoring credentials

Thank you all for letting us know. We have escalated this issue to the team and an agent will get back to you with any updates. -jenn_kh

API_Products
Visa Developer Support Specialist

Re: vdphelloworld ignoring credentials

Hey @Surabhi,

 

Please take a look at the Visa Developer Error Codes page for cause/resolution. I've copied/pasted the 400 error code cause/resolution below for you too.

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.