CoF API

moneerqh
Regular Visitor

CoF API

Hi dears,

 

i'm testing the sandbox, and the hello world is working find with me, when I try to do the card on file API call I'm getting the below error.

 

{
    "responseStatus": {
        "status"400,
        "code""9125",
        "severity""ERROR",
        "message""Expected input credential was not present",
        "info"""
    }
}
 
I'm using the same credintials and keys.
3 REPLIES 3
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: CoF API

Hi @moneerqh,

 

COF API requires MLE (Message Level Encryption). Please encrypt your request payload and decrypt the response with the correct MLE credentials. Please navigate to the link below for the MLE guide.

https://developer.visa.com/pages/encryption_guide

 

Hope this helps, please let us know if you have any questions.


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.
moneerqh
Regular Visitor

Re: CoF API

Thank you, it's clear now.

 

i couldn't find the "Get the Postman MLE Zip File". and tried to search for it on the web but couldn't find it!

moneerqh
Regular Visitor

Re: CoF API

found it in the Assets thank you.