> For the complete documentation index, see [llms.txt](https://apidocs.arionbanki.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.arionbanki.is/b2b-2013-schema/b2b-services/b2b-account-service/fields.md).

# Fields

### Fields <a href="#toc120630496" id="toc120630496"></a>

This chapter has information on input and output fields for the Account Service.

### Service functions <a href="#toc120630497" id="toc120630497"></a>

List of functions within the Account Service:

<table data-full-width="true"><thead><tr><th>Function</th><th>Input</th><th>Description</th><th>Output</th></tr></thead><tbody><tr><td>GetAccounts</td><td></td><td>Returns a list of all Deposit Accounts the logged in user has access to.</td><td>Collection&#x3C;<a href="#_toc120630498">Account</a>>, see  Account chapter below</td></tr><tr><td>GetAccountsBy OwnersPersonId</td><td>OwnersPersonId</td><td>Returns a list of all Deposit Accounts the requested kennitala has access to.</td><td>Collection&#x3C;<a href="#_toc120630498">Account</a>>, see  Account chapter below</td></tr><tr><td>GetAccount</td><td><p>Bank</p><p>Ledger</p><p>AccountNumber</p></td><td>Returns detailed information on requested Account.</td><td><a href="#_toc120630498">Account</a>, see  Account chapter below</td></tr><tr><td>VerifyAccount</td><td><p>Bank</p><p>Ledger</p><p>AccountNumber</p><p>OwnerPersonID</p></td><td>Check if requested Deposit Account and kennitala is owner, has power of attorney, or is registered as additional kennitala on Account.</td><td>Bool</td></tr></tbody></table>

## Account <a href="#toc120630498" id="toc120630498"></a>

The Class Account includes information for the Account.

| Output        | Description                              |
| ------------- | ---------------------------------------- |
| Bank          | Bank or Branch number (4 numbers)        |
| Ledger        | Account Ledger (2 numbers)               |
| AccountNumber | Account number (6 numbers)               |
| Id            | Not implemented                          |
| AccountType   | Account name                             |
| OwnerName     | Name of Account Owner                    |
| OwnerPersonId | Kennitala of Account Owner               |
| IsFit         | True if it is Fit.                       |
| AccountName   | Not implemented, returns AccountType.    |
| Currency      | Currency of the account                  |
| Balance       | Current Balance of the Account           |
| Details       | Detailed information for Deposit Account |

## AccountDetails <a href="#toc120630499" id="toc120630499"></a>

The Class AccountDetails includes detailed information for the Account.

| Output                  | Description                                                                                                                   |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| OwnerAddress            | Home address of the Account owner                                                                                             |
| Swift                   | SWIFT number for the Account                                                                                                  |
| Iban                    | IBAN for the Account                                                                                                          |
| AvailableAmount         | Available Amount for withdrawal: deposit + credit limit. If Account is restricted, this returns Available amount to withdraw. |
| InterestRate            | Deposit rates.                                                                                                                |
| EstimatedInterestAmount | Amount of estimated Interests                                                                                                 |
| AnnualTurnover          | Annual turnover                                                                                                               |
| LastYearTurnover        | Last year turnover                                                                                                            |
| LastTransactionDate     | Date of last transaction on the Account                                                                                       |
| InterestGroup           | Interest Rate group                                                                                                           |
| OverdraftAmount         | Credit limit amount                                                                                                           |
| OverdraftInterestRate   | Credit limit interest rate                                                                                                    |
| OverdraftValidFrom      | Date when Credit limit was started                                                                                            |
| OverdraftValidTo        | Date of Credit limit expiration                                                                                               |
| BuyingRate              | Buying currency rate if Currency Account. Not implemented.                                                                    |
| SellingRate             | Selling currency rate if Currency Account. Not implemented.                                                                   |
| TransactionCount        | Number of transactions from last new year                                                                                     |
| AuthorizedSigner        | Additional kennitala or power of attorney                                                                                     |
| Fit                     | Fit status is in the type FitInfo. See FitInfo chapter below.                                                                 |

## FitInfo <a href="#toc120630500" id="toc120630500"></a>

The Class FitInfo contains information on Amount, fees, and costs if Credit limit has been exceeded.

| Output         | Description         |
| -------------- | ------------------- |
| TotalAmount    | Total Fit Amount    |
| TotalInterests | Total Fit interests |
| TotalCost      | Total Fit Cost      |

## Address <a href="#toc120630501" id="toc120630501"></a>

The Class Address contains Address information

| Output            | Description                                 |
| ----------------- | ------------------------------------------- |
| Street            | Street name and house number                |
| PostalCode        | Zip code                                    |
| Town              | Town/City name                              |
| PostalCodeAndTown | Combined string Zip code and Town/City name |

## Amount <a href="#toc120630502" id="toc120630502"></a>

The Class Amount contains information for Amounts

| Output          | Description                      |
| --------------- | -------------------------------- |
| DefaultCurrency | Default currency for the Account |
| Value           | Amount                           |
| Currency        | Type of Currency                 |

## BankErrorFault <a href="#toc120630503" id="toc120630503"></a>

| Output           | Description                                         |
| ---------------- | --------------------------------------------------- |
| GeneralErrorCode | General error code                                  |
| GeneralErrorText | General error text                                  |
| SourceErrorCode  | Error code from underlying system. Not Implemented. |
| SourceErrorText  | Error text from underlying system. Not Implemented. |
| BanksErrorCode   | Technical error Code                                |
| BanksErrorText   | Technical error text                                |
