Re: How to test the Visa Supplier Matching Service in Postman?

Solved! Go to solution
PoonamK
Regular Visitor

How to test the Visa Supplier Matching Service in Postman?

I'm using Postman tool to test the Visa Supplier Matching Service. Have done the setup as given in documentation but not receiving proper response, though the request is being processed successfully - 

 

Expected response:

{"matchStatus":"Yes","matchConfidence":"High","matchDetails":{"l2":"","l3li":"","l3s":"","fleetInd":"","mcc":"3501"},"status":{"statusDescription":"Request successfully received","statusCode":"SMSAPI000"}}

 

Actual response:

 

{"merchantLocatorServiceResponse":{"header":{"messageDateTime":"{dateTime}","numRecordsMatched":0,"numRecordsReturned":0,"requestMessageId":"{requestMessageIdValue}","responseMessageId":"68VDP667120160411185047748"},"status":{"statusDescription":"{msgDesc}","statusCode":"{msgCode}"}}}

 

Any thoughts?

2 REPLIES 2
API_Managers
Visa Developer Support Specialist

Re: How to test the Visa Supplier Matching Service in Postman?

Hey @PoonamK,

 

I'm happy to help. Please provide the following information so that I can provide you with further assistance:

1. Endpoint
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body

Using SoapUI, you can find the x-correlation-id in the Raw Tab of the response header.

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

PoonamK
Regular Visitor

Re: How to test the Visa Supplier Matching Service in Postman?

Hey @API_Managers, I got this resolved by sending an empty json in the request payload. Thanks.