stop payment service error

Solved! Go to solution
nabeel-legend
New Contributor

stop payment service error


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.

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

Re: stop payment service error

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.