I request 5 APIs in my Project, but only VMORC has results. Status405 (Method not allowed) in others

devsmarters
Helper

I request 5 APIs in my Project, but only VMORC has results. Status405 (Method not allowed) in others

Exemples of endpoint (with return error 405):
https://sandbox.api.visa.com/globalatmlocator/v1/localatms/atmsinquiry
https://sandbox.api.visa.com/mlc/enrollment/v1/enrollments
https://sandbox.api.visa.com/travelnotificationservice/v1/travelnotification/itinerary

Output of them:
{"responseStatus": {"code": "9004", "severity": "ERROR", "info": "", "status": 405, "message": "Method Not Allowed"}, "valido": true}

Visa Merchant Offers Resource Center APIs is returning correctly.

I need help!

3 REPLIES 3
vkamboj
Community Moderator

Re: I request 5 APIs in my Project, but only VMORC has results. Status405 (Method not allowed) in ot

Hi, 

 

Please use the respective API URLs in proper rest client like PostMan or SoapUI with proper request header, which includes mutual SSL authentication, request payload among other. For more details, please refer to the getting stared guide in VDP and the API specification for each individual API by going to your projects in your dashboard. 

 

https://developer.visa.com/vdpguide#authentication_and_test_connectivity

 

Thank you, 

Vaibhav

 

 

 

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

Re: I request 5 APIs in my Project, but only VMORC has results. Status405 (Method not allowed) in ot

Hello I've done this as far as 5 VMORC apis are working, along with an initial api from the beginner's guide.

 

I am using all the credentials and headers / body. Error 404 was not mapped as possible to return from these.

 

Please, help me? I believe the problem that the project has not yet permissioned to the apis (request from the beginning). 

vkamboj
Community Moderator

Re: I request 5 APIs in my Project, but only VMORC has results. Status405 (Method not allowed) in ot

Hi,

 

Can you please share the error message you have received. Also, please send us the screenshot, endpoint, request payload and response.

In your sandbox environment, please check if your APIs show green. If not, I recommend you to refresh the status of the API couple of times until it turns green. On the other hand, you can also delete the API and re-add them.

Please let me know if you have any questions.

 

Thank you, 

Vaibhav

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