ATM Location API missing data...

Solved! Go to solution
BenWT
Regular Visitor

ATM Location API missing data...

Hi,

 

I have setup and connected to the ATM Locator API. I can make requests and receive responses just fine, however, all of the results from the API are around 50-80 miles from the search location. This happens both in my application code, as well as the documentations API test function.

Using VISA's own ATM locator reveals multiple options within a mile of the search location. 

Am I missing results due to being in sandbox mode, or are my input parameters incorrect?

 

Here is the data I am sending in the post request.

Spoiler
{
  "wsRequestHeaderV2": {},
  "requestData": {
    "distance": "1000",
    "distanceUnit": "mi",
    "metaDataOptions": 0,
    "location": {
      "geocodes": {
        "latitude": 53.221,
        "longitude": -0.5424
      }
    },
    "options": {
      "range": {
        "start": 0,
        "count": 15
     },
      "sort": {
        "primary": "distance",
        "direction": "asc"
      }
    }
  }
}

Thanks,

Ben.

1 REPLY 1
LakshanFernando
Community Moderator

Re: ATM Location API missing data...

Hi Ben,

Thanks for your query.

Your understanding is correct that Sandbox does not output an accurate response.

 

Best regards

Lakshan