> 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-credit-cards-service/functions.md).

# Functions

The Credit Card Service allows users to get an overview of a company's credit cards, detailed information on individual cards and an overview of transactions on a card.

## Get overview of credit cards <a href="#toc413067898" id="toc413067898"></a>

The function GetCreditcards provides an overview of credit cards. It provides information on cards where the logged-in user is a cardholder or owner of a card, provided that user is entitled to see the credit card. It shows information on cards in active use and cards in the legal collection process. It does not show amounts on cards in the legal collection process as collection costs are not included in the balance. In such cases null is returned in the field for amounts.

## Get detailed information on individual credit card <a href="#toc413067899" id="toc413067899"></a>

The function GetCreditcard shows detailed information on individual cards. The logged in user has to be a cardholder or the owner of a card and also have permission to see the card. It does not show amounts on cards in the legal collection process as collection costs are not included in the balance. In such cases null is returned in the field for amounts.

## Get overview of credit card transactions <a href="#toc413067900" id="toc413067900"></a>

The function GetCreditcardTransactionsByDate allows the user to view the transactions on a card performed during a specific period. The logged-in user has to be a cardholder or the owner of a card and also have permission to see the card. It is possible to get the data by defining page number and page size.

## Get transactions on credit card by month of due date <a href="#toc413067901" id="toc413067901"></a>

The function GetCreditcardTransactionsByDate allows the user to view the transactions on a card which belong to a certain period, i.e. payments which are due in a specific month. The logged in user has to be a cardholder or the owner of a card and also have permission to see the card. It is possible to get the data by defining page number and page size.

## Get overview of transactions on credit cards <a href="#toc413067902" id="toc413067902"></a>

The function GetCreditcard allows the user to view all transactions on a card. The logged in user has to be a cardholder or the owner of a card and also have permission to see the card. It is not permitted to get all transactions in one go. Instead you must define paging.
