- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello All
I'm trying out the Merchant Lookup API.
When I send the example request from the example provided in the API documentation, I'm getting a 500 Internal Server error.
The data I'm sending is
{
"transactionType": "A",
"transactionDate": "20191117",
"transactionId": "309321556319387"
}
I'm referencing the documentation from the URL below
https://developer.visa.com/capabilities/merchant_search/reference
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Internal Server Error in merchantlookup
Hi @bharatram1,
Are you testing the Merchant Lookup API in sandbox? Can you please share the following information:
- End Point URL
- Response Header including the x-correlation-id
Thank you.
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Internal Server Error in merchantlookup
Hello
@SLi thank you for your response
This is in Sandbox.
The endpoint URL is https://sandbox.api.visa.com/merchantsearch/v1/merchantlookup
2. Here is a screenshot from POSTMAN where I do my tests
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Internal Server Error in merchantlookup
Hi @bharatram1,
Thanks for providing the details. It appears there's a time out issue and our tech team is looking in to this. I'll share an update as soon as I hear back from the tech team. Thanks.
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @bharatram1,
Thank you for your patience. Can you please try again using below payload. You should be able to get a success response, please let me know otherwise. Thanks.
{
"transactionType": "A",
"transactionDate": "20191229",
"transactionId": "469363135058925"
}
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Internal Server Error in merchantlookup
Thank you very much.