Re: Card on File on the Sandbox

Solved! Go to solution
cosmin-minna
Occasional Visitor

Card on File on the Sandbox

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?

1 REPLY 1
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Card on File on the Sandbox

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:

https://community.developer.visa.com/t5/Webinars/Configure-Two-way-SSL-with-openSSL-and-Test-on-Post...

 

Please refer to the MLE tutorial in the below link:

https://community.developer.visa.com/t5/Message-Level-Encryption/How-to-run-MLE-Sample-Code-Project/...


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.