Re: APIs for payment gateway. 9124 error

Solved! Go to solution
atslodhi
Regular Visitor

APIs for payment gateway. 9124 error

Hello jvenkata,

Thank You for your reply. 

I am using Postman to check the APIs.

Thank You

6 REPLIES 6
jvenkata
Community Moderator

Re: APIs for payment gateway. 9124 error

Hi,

 

Please check post man settings ---> certificates to see if you have configured the following.

 

host: sandbox.api.visa.com

CRT File: Point to the cert.pem file

Key File: Point to the private key

 

 

Post Man Certificate Set up SettingsPost Man Certificate Set up SettingsSecondly check if you are passing the Auth credentials  as per the screenshot below.

 

Post Man Auth SettingsPost Man Auth Settings

 

Thanks,

Jai

 

 

HykeemRWells1
Occasional Visitor

Re: APIs for payment gateway. 9124 error

 
GUADZILAH
kanushka
New Contributor

Re: APIs for payment gateway. 9124 error

I configured Client Certificates in Postman and also add Basic Auth using Visa Developer Dashboard Project Certificate & Credentials. But still I getting 9724 ErrorSmiley Indifferent Can someone tell me what did I missed?

 

Here, how I added certificate file to postman

 

visa 1.JPG

 

Credentials and request setup

 

visa 2.JPG


visa 3.JPG

 

Here, what I got 

 

{
    "responseStatus": {
        "status": 400,
        "code": "9124",
        "severity": "ERROR",
        "message": "Expected input credential was not present",
        "info": ""
    }
}

 

 

 

jvenkata
Community Moderator

Re: APIs for payment gateway. 9124 error

Hi,

 

Please make sure SSL Certificate Verification is on on the Postman --> Settings --> General Tab. Also kindly add the below header and make sure your Basic Auth Credentials and the cert.pem and private keys are intact.

 

Header

Content-Type : application/json

 

Thanks,

Jai

abothra
Regular Visitor

Re: APIs for payment gateway. 9124 error

Hi,

 

I tried what's mentioned above, still i am getting the same exception. I am not sure, If I am missing something. Any help is much appreciated.

 

Authorization.PNGBody.PNGHeader.PNGSetting_Cert.PNGSetting_General.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Also when I set the settings >> General to use SSL Certificate Verification, I am getting this exception

Exception_WithSSLCertVerification.PNG

 

Hasan-ahsan
Occasional Visitor

Re: APIs for payment gateway. 9124 error

Thank you

Worked like a charm!