i tried testing the card on file data service API using postman

Solved! Go to solution
hulk1640
Regular Visitor

i tried testing the card on file data service API using postman

i tried testing the "card on file data service API" using postman , However getting a message "

Expected input credential was not present"
i have added the crt file and key and also rechecked the credentials, all seems to be correct..
Can anyone help me with this..
Request Header

image_2022_11_30T17_30_07_454Z.png

Request Body

{
"inquiries": [
{
"cardholderAccountNumber": "4883836336860016",
"expirationDate": "2609"
}
],
"acquirerSegmentId": 2,
"merchantId": "00000067625P",
"acquirerOrMerchantProprietaryInfo": "",
"subMerchantName": ""
}
Response Header
image_2022_11_30T17_32_00_682Z.png
Response Body:-
{
"responseStatus": {
"status": 400,
"code": "9125",
"severity": "ERROR",
"message": "Expected input credential was not present",
"info": ""
}
}
3 REPLIES 3
I_Doroteo3
Visa Developer Support Specialist

Re: i tried testing the card on file data service API using postman

Hi @hulk1640,

Card on File Data Inquiry API requires MLE authentication as well as Two-Way SSL. Are you using both of these authentication methods for your project?

Thanks,

Illana

hulk1640
Regular Visitor

Re: i tried testing the card on file data service API using postman

i am using both 
MLE authentication as well as Two-Way SSL.

I_Doroteo3
Visa Developer Support Specialist

Re: i tried testing the card on file data service API using postman

Hi @hulk1640

 

Please provide the following information: 

  1. Endpoint  
  2. Request Header 
  3. Request Body 
  4. Response Header (include the x-correlation-id) 
  5. Response Body 

Using SoapUI, you can find the x-correlation-id in the Raw Tab of the response header. 

  

To learn more about common Visa Developer error codes and how to resolve them, please navigate to our Visa Developer Error Codes page here - https://developer.visa.com/pages/visa-developer-error-codes    

  

If you don't find an error code listed here, please refer to the API-specific error codes in its respective documentation pages.

 

Thanks, 

Illana