swiftcodes-to-bank-detail
Version:
Swift Codes or BIC Codes for all the Banks in the world. Cached to json.
28 lines (27 loc) • 687 B
JSON
{
"country": "Vatican City",
"country_code": "VA",
"list": [
{
"id": 1,
"bank": "AMMINISTRAZIONE DEL PATRIMONIO DELLA SEDE APOSTOLICA",
"city": "VATICAN CITY",
"branch": null,
"swift_code": "APDEVAVA"
},
{
"id": 2,
"bank": "ISTITUTO PER LE OPERE DI RELIGIONE",
"city": "VATICAN CITY",
"branch": null,
"swift_code": "IOPRVAVX"
},
{
"id": 3,
"bank": "POSTE VATICANE",
"city": "CITTA DEL VATICANO",
"branch": null,
"swift_code": "VATIVAV1"
}
]
}