Get List of Accounts

Service Description

Use this service to retrieve a list of your accounts held with LHV Bank UK. The service returns key account details in a simplified format and includes both active and closed accounts.

Only current accounts are included; VIBANs and Indirect Scheme Participant accounts are excluded.

Request

GET https://connect.lhv.com/accounts/list

Parameters

Name
Value
Description

pageNumber

integer

Required. Page number of results to return.

pageSize

integer

Number of results per page. Maximum page size is 100. Default value is 100

includeClosedAccounts

boolean

If true, accounts with CLOSED (Deleted) status are returned. Default value is true

Headers

Applicable for service providers and service provider users.

Name
Description

Client-Code

customer value

Client-Country

customer value

Body

This request doesn't have a body.

Response

{
    "Data": {
        "Account": [
            {
                "Status": "Enabled",
                "Currency": "GBP",
                "OpeningDate": "2025-04-24",
                "Account": [
                    {
                        "SchemeName": "IBAN",
                        "Identification": "GB11LHVB04031400001234",
                        "Name": "Connect Demo Customer 1"
                    },
                    {
                        "SchemeName": "SortCodeAccountNumber",
                        "Identification": "04031400001234",
                        "Name": "Connect Demo Customer 1"
                    }
                ],
                "Servicer": {
                    "SchemeName": "BICFI",
                    "Identification": "LHVBGB2L"
                }
            },
            {
                "Status": "Enabled",
                "Currency": "GBP",
                "Nickname": "Main Operating Account",
                "OpeningDate": "2024-06-20",
                "Account": [
                    {
                        "SchemeName": "IBAN",
                        "Identification": "GB11LHVB04031400004321",
                        "Name": "Connect Demo Customer 1"
                    },
                    {
                        "SchemeName": "SortCodeAccountNumber",
                        "Identification": "04031400004321",
                        "Name": "Connect Demo Customer 1"
                    }
                ],
                "Servicer": {
                    "SchemeName": "BICFI",
                    "Identification": "LHVBGB2L"
                }
            },
            {
                "Status": "Enabled",
                "Currency": "GBP",
                "Nickname": "Payments Account 1",
                "OpeningDate": "2024-04-01",
                "Account": [
                    {
                        "SchemeName": "IBAN",
                        "Identification": "GB11LHVB04031400002234",
                        "Name": "Connect Demo Customer 1"
                    },
                    {
                        "SchemeName": "SortCodeAccountNumber",
                        "Identification": "04031400002234",
                        "Name": "Connect Demo Customer 1"
                    }
                ],
                "Servicer": {
                    "SchemeName": "BICFI",
                    "Identification": "LHVBGB2L"
                }
            },
            {
                "Status": "Enabled",
                "Currency": "GBP",
                "Nickname": "Payments Account 2",
                "OpeningDate": "2024-04-01",
                "Account": [
                    {
                        "SchemeName": "IBAN",
                        "Identification": "GB59LHVB04031400000475",
                        "Name": "Connect Demo Customer 1"
                    },
                    {
                        "SchemeName": "SortCodeAccountNumber",
                        "Identification": "04031400000475",
                        "Name": "Connect Demo Customer 1"
                    }
                ],
                "Servicer": {
                    "SchemeName": "BICFI",
                    "Identification": "LHVBGB2L"
                }
            }        
        ]
    },
    "Links": {},
    "Meta": {}
}

Last updated

Was this helpful?