Institutions
Get List of Available Institutions or Banks
GET
/
api
/
institutions
curl --request GET \
--url https://api.atoa.me/api/institutions
[
{
"id": "bankofscotland",
"name": "Bank of Scotland (Personal)",
"fullName": "Bank of Scotland (Personal)",
"media": [
{
"source": "https://images.yapily.com/image/1ad73af4-b9b0-4368-a10a-fcc7806de478?size=0",
"type": "logo"
},
{
"source": "https://images.yapily.com/image/a9bcb0bb-229c-4de6-ab96-df6314fd37b9?size=0",
"type": "icon"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT",
"EXISTING_PAYMENT_INITIATION_DETAILS"
]
},
{
"id": "bankofscotlandbusiness",
"name": "Bank of Scotland (Business)",
"fullName": "Bank of Scotland (Business)",
"media": [
{
"source": "https://images.yapily.com/image/dfc2ed6f-32b1-45ed-afa0-ff2791020b37?size=0",
"type": "icon"
},
{
"source": "https://images.yapily.com/image/b24afef8-834d-4eb4-a469-41bca60ae636?size=0",
"type": "logo"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT",
"EXISTING_PAYMENT_INITIATION_DETAILS"
]
},
{
"id": "barclays",
"name": "Barclays Personal",
"fullName": "Barclays Personal",
"media": [
{
"source": "https://images.yapily.com/image/0a89027e-8185-4521-aeba-8adcd70823f8?size=0",
"type": "logo"
},
{
"source": "https://images.yapily.com/image/ab2359df-58e3-4446-91b8-55cbaf807d1a?size=0",
"type": "icon"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_INTERNATIONAL_SINGLE_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT"
]
},
{
"id": "barclays_business",
"name": "Barclays Business",
"fullName": "Barclays Business",
"media": [
{
"source": "https://images.yapily.com/image/3af53a88-e06d-47d0-876f-40e360d4df74?size=0",
"type": "logo"
},
{
"source": "https://images.yapily.com/image/674d2584-efb9-4f66-aa7a-03aae576035c?size=0",
"type": "icon"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_INTERNATIONAL_SINGLE_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT"
]
}
]
Retrieve a comprehensive list of available institutions, accompanied by their respective images.
RESPONSE
id
string
Unique Instituion id
name
string
Name of the Institutions
fullName
string
Name of the Institutions
media
array
curl --request GET \
--url https://api.atoa.me/api/institutions
[
{
"id": "bankofscotland",
"name": "Bank of Scotland (Personal)",
"fullName": "Bank of Scotland (Personal)",
"media": [
{
"source": "https://images.yapily.com/image/1ad73af4-b9b0-4368-a10a-fcc7806de478?size=0",
"type": "logo"
},
{
"source": "https://images.yapily.com/image/a9bcb0bb-229c-4de6-ab96-df6314fd37b9?size=0",
"type": "icon"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT",
"EXISTING_PAYMENT_INITIATION_DETAILS"
]
},
{
"id": "bankofscotlandbusiness",
"name": "Bank of Scotland (Business)",
"fullName": "Bank of Scotland (Business)",
"media": [
{
"source": "https://images.yapily.com/image/dfc2ed6f-32b1-45ed-afa0-ff2791020b37?size=0",
"type": "icon"
},
{
"source": "https://images.yapily.com/image/b24afef8-834d-4eb4-a469-41bca60ae636?size=0",
"type": "logo"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT",
"EXISTING_PAYMENT_INITIATION_DETAILS"
]
},
{
"id": "barclays",
"name": "Barclays Personal",
"fullName": "Barclays Personal",
"media": [
{
"source": "https://images.yapily.com/image/0a89027e-8185-4521-aeba-8adcd70823f8?size=0",
"type": "logo"
},
{
"source": "https://images.yapily.com/image/ab2359df-58e3-4446-91b8-55cbaf807d1a?size=0",
"type": "icon"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_INTERNATIONAL_SINGLE_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT"
]
},
{
"id": "barclays_business",
"name": "Barclays Business",
"fullName": "Barclays Business",
"media": [
{
"source": "https://images.yapily.com/image/3af53a88-e06d-47d0-876f-40e360d4df74?size=0",
"type": "logo"
},
{
"source": "https://images.yapily.com/image/674d2584-efb9-4f66-aa7a-03aae576035c?size=0",
"type": "icon"
}
],
"features": [
"INITIATE_DOMESTIC_SCHEDULED_PAYMENT",
"INITIATE_INTERNATIONAL_SINGLE_PAYMENT",
"INITIATE_DOMESTIC_SINGLE_PAYMENT"
]
}
]