VakıfBank Nearest Branch and ATM
This API returns nearest VakıfBank ATM and branch using your location information. Only first 10 values are shown.
API Information
URL |
/getNearestBranchATM |
Method |
POST |
Version |
1.0 |
Scope |
public |
Authorization Flow |
Client Credentials |
Input Information
Name | Format | Description | Required/Optional |
Latitude |
Double | Location latitude value | Required |
Longitude |
Double | Location latitude value | Required |
DistanceLimit |
Decimal | Area Radius value (km) | Required |
Output Information
Name | Format | Description |
BranchandATM |
List< BranchandATM > | Branch and ATM information |
BranchandATM
Name | Format | Description |
Type |
String | Type (Branch, ATM) |
Address |
String | Branch or ATM address |
Latitude |
Double | Branch or ATM latitude value |
Name |
String | Branch or ATM name |
Longitude |
Double | Branch or ATM latitude value |
Distance |
Decimal | Branch or ATM distance value from location (km) |
Message Codes
Message Code | Description |
ACBH000049 |
The longitude field must be entered in the appropriate format. |
ACBH000050 |
The latitude field must be entered in the appropriate format. |
ACBH000056 |
Latitude and longitude cannot be empty. |
ACBH000065 |
Distance limit cannot be empty. |
Example
Request:
{ "Latitude": "41,032575", "Longitude": "29,110119", "DistanceLimit": 1 }
Response:
{ "Header": { "StatusCode": "APIGW000000", "StatusDescription": "Completed", "ObjectID": "e9a17109-86ce-441a-aed1-9589f22b357d" }, "Data": { "BranchandATM": [ { "Type": "ATM", "Address": "DR ADNAN BÜYÜKDENİZ CADDESİ NO:4", "Latitude": "41,03289794900", "Longitude": "29,11212158200", "Distance": "0.1717603615787383", "Name": "ÜMRANİYE EBİS MÜDÜRLÜĞÜ" }, { "Type": "ATM", "Address": "DR. ADNAN BÜYÜKDENİZ CADDESİ NO:4", "Latitude": "41,03289794900", "Longitude": "29,11212158200", "Distance": "0.1717603615787383", "Name": "ÜMRANİYE EBİS BİNASI" }, { "Type": "Şube", "Address": "SARAY MAHALLESİ DR. ADNAN BÜYÜKDENİZ CADDESİ NO:7/A ÜMRANİYE/İSTANBUL", "Latitude": "41,0326", "Longitude": "29,1129", "Distance": "0.2332710765410257", "Name": "MERKEZ İSTANBUL ŞUBESİ" }, ... { "Type": "ATM", "Address": "KÜÇÜKSU CAD. NO:56", "Latitude": "41,03020000000", "Longitude": "29,10720000000", "Distance": "0.3601100636311797", "Name": "ÜMRANİYE TELEKOM MÜDÜRLÜĞÜ" } ] } }
-
API URL : https://apigw.vakifbank.com.tr:8443
-
-
-