Solved!
Go to solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
November 2020
November 2020
Response Body:
{"responseStatus":{"status":400,"code":"9125","severity":"ERROR","message":"Expected input credential was not present","info":""}}
when i run search API (stop payment service) , the error shown as expected input credential . helloworld API is perfectly run.
Solved! Go to Solution
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
November 2020
November 2020
Hi @nabeel-legend,
The error 400-9125 usually occurs when the client certificate does not match with the one issue by Visa.
Visa Stop Payment Service API requires MLE (Message Level Encryption). Please encrypt your request payload and decrypt the response with the correct MLE Key and Certificates.
Please navigate to the link below for the MLE guide.
https://developer.visa.com/pages/encryption_guide
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.