Hi,
On make curl request to /visasuppliermatchingservice/v1/search. I always get 404 error.
Request
curl -X POST 'https://sandbox.api.visa.com/visasuppliermatchingservice/v1/search?supplierName=supplier1&supplierCo...' -d "{}" -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: Basic QkU3SjU2VDlGVTVOWTIwSzQ0Q0kyMWJSV1ZtTFBtQl9DZThYbGhKdlU0SlFOM3RRODp4QkhzV0V0SzNweTA4OVAwQnN6NGha' --cert vdpcert.pem --key vdpprivate.pem
Response
{"statusDescription":"Requested route not found","statusCode":"404"}
Any clues pls
Hi, @sunil_patil! Thank you for reaching out. An agent is looking into this and will get back to you soon. If any community members have information that may help, feel free to respond to this thread.
Hi,
Any help here would be appreciated as I am stuck and not able to proceed further.
Trace Logs of the request is given below:
Hi @sunil_patil,
Please provide the information below for investigation:
1. End Point
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body
You can find the x-correlation-id in the response header.
Hi Diana,
1. Endpoint
2. Request Headers
Hi @sunil_patil,
Please refer to the Error Codes page to see the cause and resolution of the error. Please try to test again and share your result with us. If you're still experiencing an error, let us know so I can log an incident for our engineering team to investigate.
Hi Diana,
1. Error Code : 404 as per Error&Response link means project is not hitting the right endpoint.
2. I am hitting the endpoint as per api reference documentation.
https://sandbox.api.visa.com/visasuppliermatchingservice/v1
3. Please guide me where I am going wrong by sending me the correct way to call the API. (I have tried calling it as mentioned in reference documentation)
4. I still get the same result Trace of request / response is given below
Hi @sunil_patil,
Thanks for providing this information. I've logged incident INC17772198 for the engineering team to investigate the error. We'll get back soon.
Hi @sunil_patil,
After further investigation, it was backend failures with no impact at the Visa Developer Portal end. Please try you test again and let us know if there's any further errors.
Hi,
I am still getting 404, Requested Route Not Found on invoking Visa Supplier Matching Service API