You will need to pass the cardId parameter along with the latitude and longitude. In response, you will see a list of 10 nearby ATMs.
ENDPOINT
- GET /v1/card/atm?cardId={{cardId}}&latitude=41.972424&longitude=-87.66022
RESPONSE
- {
- "total": 10,
- "data": [
- {
- "name": "Cathay Bank",
- "description": "4928 N BROADWAY ST, CHICAGO, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "4928 N BROADWAY ST",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.972424,
- "longitude": -87.66022
- },
- "distance": {
- "value": 0,
- "unit": "mile"
- }
- },
- {
- "name": "7ELEVEN-FCTI",
- "description": "1138 W WILSON, CHICAGO, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "1138 W WILSON",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.965733,
- "longitude": -87.659096
- },
- "distance": {
- "value": 0.47,
- "unit": "mile"
- }
- },
- {
- "name": "7ELEVEN-FCTI",
- "description": "1532 W LAWRENCE AVE, CHICAGO, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "1532 W LAWRENCE AVE",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.969032,
- "longitude": -87.66896
- },
- "distance": {
- "value": 0.51,
- "unit": "mile"
- }
- },
- {
- "name": "Old Second Bank",
- "description": "5025 N Paulina, Chicago, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "5025 N Paulina",
- "line2": "",
- "city": "Chicago",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.972855,
- "longitude": -87.670715
- },
- "distance": {
- "value": 0.54,
- "unit": "mile"
- }
- },
- {
- "name": "U.S. Bank Edgewater",
- "description": "5340 North Clark Street, Chicago, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "5340 North Clark Street",
- "line2": "",
- "city": "Chicago",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.979153,
- "longitude": -87.66841
- },
- "distance": {
- "value": 0.63,
- "unit": "mile"
- }
- },
- {
- "name": "U.S. Bank Edgewater",
- "description": "5340 North Clark Street, Chicago, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "5340 North Clark Street",
- "line2": "",
- "city": "Chicago",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.979153,
- "longitude": -87.66841
- },
- "distance": {
- "value": 0.63,
- "unit": "mile"
- }
- },
- {
- "name": "7ELEVEN-FCTI",
- "description": "5457 N CLARK, CHICAGO, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "5457 N CLARK",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.981537,
- "longitude": -87.66795
- },
- "distance": {
- "value": 0.74,
- "unit": "mile"
- }
- },
- {
- "name": "7ELEVEN-FCTI",
- "description": "1750 W FOSTER AVE, CHICAGO, IL 60640",
- "address": {
- "addressType": "atm",
- "line1": "1750 W FOSTER AVE",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60640"
- },
- "coordinates": {
- "latitude": 41.976482,
- "longitude": -87.67416
- },
- "distance": {
- "value": 0.77,
- "unit": "mile"
- }
- },
- {
- "name": "7ELEVEN-FCTI",
- "description": "1425 W MONTROSE AVE, CHICAGO, IL 60613",
- "address": {
- "addressType": "atm",
- "line1": "1425 W MONTROSE AVE",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60613"
- },
- "coordinates": {
- "latitude": 41.961285,
- "longitude": -87.66604
- },
- "distance": {
- "value": 0.83,
- "unit": "mile"
- }
- },
- {
- "name": "7ELEVEN-FCTI",
- "description": "1055 WEST BRYN MAWR, CHICAGO, IL 60660",
- "address": {
- "addressType": "atm",
- "line1": "1055 WEST BRYN MAWR",
- "line2": "",
- "city": "CHICAGO",
- "state": "IL",
- "country": "US",
- "postalCode": "60660"
- },
- "coordinates": {
- "latitude": 41.985268,
- "longitude": -87.65746
- },
- "distance": {
- "value": 0.9,
- "unit": "mile"
- }
- }
- ]
- }