API Localizzazione filiali e ATM

Integrando le funzionalità all’interno dei tuoi sistemi / app puoi individuare le filiali e ATM delle Banche italiane del Gruppo Intesa Sanpaolo e i punti vendita convenzionati per le operazioni di pagamento più vicini in funzione della tua posizione e del raggio di ricerca applicato. Le API a tua disposizione sono due, una per recuperare le info relative agli ATM, una per recuperare le info relative alle filiali convenzionate.

API ATM Locator

GET

Request

Latitude

Double

USE CASE 45.07352768782698

Longitude

Double

USE CASE 7.675606549999987

Radius

Integer

USE CASE 2000

StreetAddress

String

USE CASE VIA BLIGNY 1

country

String

USE CASE ITALIA

zipCode

String

USE CASE 10122

city

String

USE CASE TORINO

cityCode

String

USE CASE TO

function

String

USE CASE PRELIEVO E VERSAMENTO

availability

String

USE CASE 24H

Limit

Integer

USE CASE 150

Offset

Integer

USE CASE 0

Authorization

String

Header tag containing the OAuth 2 access token

Response

id

String

USE CASE 30692298

description

String

USE CASE 250000.00

address

String

USE CASE "streetAddress": "VIA BLIGNY 1”, "city": "TORINO", "cityCode": "TO", "zipCode": "10122"

geolocation

Double

USE CASE "latitude": 45.07416, "longitude": 7.67578

distance

String

USE CASE 71.61698808326544

abi

String

USE CASE 03069

cab

String

USE CASE 01174

function

String

USE CASE PRELIEVO

position

String

USE CASE AREA SELF 24 ORE

accessibility

String

USE CASE IPOVEDENTI

Response example ATM

json

{

"result": {

"code": "OK"

},

"poi": [{

"id": "30692298",

"description": "INTESA SANPAOLO S.P.A.",

"address": {

"streetAddress": "VIA BLIGNY 1",

"city": "TORINO",

"cityCode": "TO",

"zipCode": "10122"

},

"geolocation": {

"latitude": 45.07416,

"longitude": 7.67578

},

"distance": 71.61698808326544,

"abi": "03069",

"cab": "01174",

"function": "PRELIEVO",

"position": "AREA SELF 24 ORE",

"accessibility": "IPOVEDENTI"

},

{

"id": "30693115",

"description": "INTESA SANPAOLO S.P.A.",

"address": {

"streetAddress": "VIA BLIGNY 1",

"city": "TORINO",

"cityCode": "TO",

"zipCode": "10122"

},

"geolocation": {

"latitude": 45.07416,

"longitude": 7.67578

},

"distance": 71.61698808326544,

"abi": "03069",

"cab": "01174",

"function": "PRELIEVO E VERSAMENTO",

"position": "AREA SELF 24 ORE",

"accessibility": "IPOVEDENTI"

}

],

"pagination": {

"next": "https://external-api.intesasanpaolo.com/twa/live/v1/locator/atm?latitude=45.07352768782698&longitude=7.675606549999987&radius=20000&zipCode=20854&limit=5&offset=5"

}

}

 

API Branch Locator

GET

Request

Latitude

Double

Longitude

Double

StreetAddress

String

USE CASE via canove 71

city

String

USE CASE Bassano del Grappa

cityCode

String

USE CASE Vicenza

zipCode

String

USE CASE 36061

country

String

USE CASE italy

Radius

Integer

USE CASE 2000

type

String

possible values: Filiale, Filiale Hub, Punto Consulenza, Filiale Imprese, Tabaccheria

Opening time

String

possible values: MATTINA, POMERIGGIO, SERA, CONTINUATO, SABATO

Limit

Integer

USE CASE 150

Offset

Integer

USE CASE 0

Authorization

String

Header tag containing the OAuth 2 access token

Response

id

String

USE CASE 990122871

description

String

USE CASE RIVENDITA TABACCHI N.51 SIMONETTO EMANUELA

address

String

USE CASE "streetAddress": "VIA VICENZA 90", "city": "BASSANO DEL GRAPPA", "cityCode": "VI", "zipCode": "36061"

geolocation

Double

USE CASE "latitude": 45.763624, "longitude": 11.715312

distance

String

USE CASE 790.418448462557

type

String

USE CASE Tabaccheria

atmType

String

OpeningHours

Array

cashDeskOpeningHours

String

Offers

Array

Services

Array

Response example Branch Locator

json

{

    "result": {

        "code": "OK",

        "description": ""

    },

    "poi": [

        {

            "id": "990122871",

            "description": "RIVENDITA TABACCHI N.51 SIMONETTO EMANUELA",

            "address": {

                "streetAddress": "VIA VICENZA 90",

                "city": "BASSANO DEL GRAPPA",

                "cityCode": "VI",

                "zipCode": "36061"

            },

            "geolocation": {

                "latitude": 45.763624,

                "longitude": 11.715312

            },

            "distance": 790.4184484625572,

            "type": "Tabaccheria",

            "offers": [

                {

                    "codice": "GEOAPP",

                    "descrizione": "Attivazione archivio pagamenti"

                },

                {

                    "codice": "GEOIR",

                    "descrizione": "Servizio di riconoscimento (SPID, Firma Digitale)"

                },

                {

                    "codice": "GEOBPC",

                    "descrizione": "Carta LIVE"

                },

                {

                    "codice": "GEOVCP",

                    "descrizione": "Versamento contanti"

                }

            ],

            "services": [

                {

                    "codice": "GEORPOV",

                    "descrizione": "Ricarica Oval"

                },

                {

                    "codice": "GEOPCP",

                    "descrizione": "Prelievo Banca 5"

                },

                {

                    "codice": "GEOPRE",

                    "descrizione": "Prelievo Intesa Sanpaolo"

                },

                {

                    "codice": "GEORIM",

                    "descrizione": "Incassi Convenzionati Intesa Sanpaolo"

                },……}

 ],

    "pagination": {

        "next": "https://external-api.syssede.systest.sanpaoloimi.com/twa/live/v1/locator/branch?latitude=45.768506&longitude=11.7079054&streetAddress=via%2520canove%252071&city=Bassano%2520del%2520Grappa&cityCode=Vicenza&zipCode=36061&country=italy&radius=20000.0&limit=5&offset=5"

    },

    "totResult": 184

}