added
Banking Provider Connection Status
over 2 years ago by Gilbert Holland-Lloyd
API connections list now displays connection status of providers (for auth and sync), see below for an example:
{
"id": "2217d8f26c1a40d7ce96bdcbfc50f64d",
"name": "Cater Allen Open Banking",
"type": "api",
"country": "GB",
"parentRef": "caterAllen",
"bankRef": "caterAllen",
"isBeta": true,
"accountTypes": [
{
"name": "cash",
"beta": false
}
],
"iconUrl": "https://identity.moneyhub.co.uk/bank-icons/caterAllen",
"userTypes": ["personal", "business"],
"status": {
"sync": "PARTIALLY_AVAILABLE",
"auth": "PARTIALLY_AVAILABLE"
}
}