Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
July 2021
July 2021
Hi Visa team,
I'm having some issues using Postman to call the card on file API on your sandbox. I am getting the following response every time:
"status": 400,
"code": "9123",
"severity": "ERROR",
"message": "Expected input credential was not present",
"info": ""
Any idea what I'm doing wrong?
Solved! Go to Solution
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
July 2021
July 2021
Hi @cosmin-minna,
"Expected input credential was not present" error usually occurs when the credentials used are invalid. Card on File API also requires Message Level Encryption. Please ensure that you are encrypting the request payload with your MLE credentials.
Please check out this webinar on how to configure Two-way SSL with openSSL and test on Postman:
Please refer to the MLE tutorial in the below link:
Best,
Stacey
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.