Hello, I'm calling the Visa ReadyLink merchant locator API and this field in the response is always null:
Thank you for your question, @spectre359. An agent will get back to you as soon as possible. In the meantime, if any community member knows the solution, please reply to this thread! -Jenn
Hi @spectre359,
The error “Empty response received from GMR” should not be an issue, it means VRL locator didn’t find any locations within the searching radius of the input geocodes, because the sandbox environment only has a subset of VRL locations. Please try the following latitude/longitude pair given below and share your test results with us.
"geocodes": {
"latitude": 40.128698,
"longitude": -79.439673
},
Hi @API_Products these coordinates indeed returned a list of locations, but the field totalNumberOfRecords is still null. So this does not answer my original question. To be more clear, this is part of the response and wsResponseHeaderV2 has a filed called totalNumberOfRecords that is null. I wanted to use this field for pagination purposes, but it is always null.
Hi @spectre359,
We have limited data to test in the sandbox for this API. Null response is not an error, this is expected due to lack of data in the sandbox environment.