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.
{ "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.
Solved! Go to Solution