Hello,
I'm encountering an error when attempting to use the Visa API with Two-Way SSL. Below are the error details:
{
"responseStatus": {
"status": 400,
"code": "9125",
"severity": "ERROR",
"message": "Expected input credential was not present",
"info": ""
}
Correlation ID: 1729082461_517_769279234_-5456c5j4_VDP_WS
I'm using Two-Way SSL for authentication, and the client certificate and private key are configured correctly in the request. Here is the setup and troubleshooting I’ve done so far:
I would like to clarify the following:
Additionally, I’ve tried disabling the SSL verification temporarily to see if the certificate might be causing an issue, but the same error is returned. Also the VD playground give me the same error.
I appreciate any guidance on resolving this, as I need to proceed with testing and further integration. Thank you!
Solved! Go to Solution