GET /account/providers
List account information providers
Lists all active account information providers (i.e. banks). Providers can be filtered by country, access scope or id. In order to limit the response to a reasonable amount of entries at least a country or id filter must be given. If desired account information providers can be filtered out in administration integration menu.
Query Parameters
One or more country code(s) to filter account information providers by.
Possible values: [account_owner, account_info, account_transactions, payments, risk_scoring]
Access scope(s) to filter account information providers by
One or more IDs to filter account information providers by. Provider IDs are case-sensitive.
Desired language of account information provider names (if translated). For specific countries where multiple languages are spoken the provider name might be translated, otherwise the default name is returned.
- 200
- 401
Found account information provider
Schema
- Array [
- ]
Unique consent provider (bank) id
Account information provider / bank official name (returned in selected local language if available)
Possible values: [active, disabled]
List of statuses a provider can have: active - disabled.
Provider logo image in 320x320px format. Logo images are available in two formats 160x160 and 320x320 pixels. By default the 320x320 icon is returned. The 160x160 version can be retrieved by replacing the /w320 asset folder with /w160. For instance: https://assets.fliqa.io/images/providers/w320/at/generali.png -> https://assets.fliqa.io/images/providers/w160/at/generali.png
Account information provider country code (ISO 3166 alpha-2 codes)
Possible values: [account_owner, account_info, account_transactions, payments, risk_scoring]
List of payment and account services, provider is supporting.
SWIFT BIC code if available.
[
{
"id": "string",
"name": "Generali Bank AG",
"status": "active",
"iconUrl": "https://assets.fliqa.io/images/providers/w320/at/generali.png",
"country": "AT",
"scopes": [
"payments",
"account_info"
],
"bic": "BGENATWW"
}
]
Unauthorized
Schema
Description of error
Possible values: [invalid_parameter, unauthorized, forbidden, not_found, not_allowed, bad_request, other]
Error code of a specific error. For more details visit https://documentation.fliqa.io/api/errors/{errorCode}
Possible values: [api_key_secret_header_must_be_provided, authorization_header_must_be_provided, access_not_allowed, domain_not_allowed, access_token_expired, invalid_access_scope, not_authorized, phone_or_email_not_registered, phone_number_start_with_plus_and_country, phone_number_invalid, email_invalid, email_or_phone_number_required, invalid_pin, could_not_interpret_numbers_after_plus, supplied_string_not_phone_number, string_supplied_too_short_to_be_phone_number, string_supplied_too_long_to_be_phone_number, string_supplied_was_too_long_to_parse, unspecified]
Error sub code of a specific error. For more details visit https://documentation.fliqa.io/api/errors/{errorCode}#{errorSubCode}
Link to documentation if available, typically https://documentation.fliqa.io/api/errors/{errorCode}
Unique request id
Unique resource id
{
"errorMessage": "string",
"errorCode": "unauthorized",
"errorSubCode": "phone_or_email_not_registered",
"documentationUrl": "string",
"requestId": "554099e7d0b648d7b96bc31c148425b8",
"resourceId": "a683072aeeb746d58aa34dd5537c4aae"
}
{
"errorCode": "unauthorized",
"errorMessage": "Not authorized",
"documentationUrl": "https://documentation.fliqa.io/api/errors/unauthorized"
}