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
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