Re: APIs for payment gateway. 9124 error

atslodhi
Regular Visitor

APIs for payment gateway. 9124 error

Hello,

We have tried to check Visa Card Eligibility Service API with the following data:

{
"VendorUniqueId": "3597_TstVDPPgm1",
"ExtendedData": "TestData",
"PermanentAccountNumber": "4000000000000011",
"RequestTimeStamp": "10/23/2018 5:40:46 PM",
"CorrelationId": "VCESSBXLauto1807112345"
}

It respond

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

1 REPLY 1
jvenkata
Community Moderator

Re: APIs for payment gateway. 9124 error

Hi,

 

The below error usually happens when the keystore is incorrect or if the Basic Auth credentials are passed incorrectly.

 

Please follow the instructions as per the given screenshot if you are testing using SOAP UI. 

https://developer.visa.com/pages/working-with-visa-apis/two-way-ssl#testing_twoway_ssl_connectivity_...

 

Let me know if you have any further questions.

 

Thank you !

Jai