# Introduction to Bank

Leverage Open Banking data through a seamless integration of banking functionalities into your application, empowering your users to view their account balances, transaction history and more. Whether you are building a personal finance app, cash flow modeling or a risk analysis platform, the Bank product offers reliable methods for accessing **checking and card accounts data.**

<figure><img src="https://1347016399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIKL8k8xs9Sfm1SpZ2QE1%2Fuploads%2F6RLzELBimBINd00WexQo%2FFrame%202.png?alt=media&#x26;token=99cfc230-4427-48ce-bd68-f34fcb461d57" alt=""><figcaption></figcaption></figure>

## How it works

After having the Powens API integrated, your end user will be able to connect its banks accounts.

When this is done, you are allowed to access all transactions from accounts for which the end user has given their consent.

Use Powens Console (from where you manage your apps and find your API credentials) to create a URL that is provided to the end user. When your user selects their URL, they go through a flow where they authenticate with their bank and connect to their bank accounts.

#### End user flow

<figure><img src="https://1347016399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIKL8k8xs9Sfm1SpZ2QE1%2Fuploads%2FHgCkwTegX2XXBv2NhNfX%2FBank%20-%20Mobile%20-%20Integration%20Guide%20-%20Connect%20flow.png?alt=media&#x26;token=f77d9dbf-9ae1-49a8-b3de-17bb8bf0d375" alt=""><figcaption></figcaption></figure>

Try it now with our demo tool [here](https://integrate.biapi.pro/2.0/auth/webview/connect?client_id=28105838\&redirect_uri=https://docs.powens.com/demo-integration\&max_connections=4).&#x20;

## Data-type availability

With Bank, you get access to the following list of data:

* Account types: checking accounts and card accounts
* Account information data: Account number, label of the account, IBAN, balance, currency and usage (personal or business account)
* Transaction information data: Amount, dates (book vs. value), original description, cleaned up description, type, counterparty

**Note:** Transaction history depth varies from bank to bank. The minimum transaction history you can fetch is of 3 months.

## Endpoints

* **/accounts**
  * Access the list of accounts and account data associated with the authenticated user.
* **/transactions**
  * Access the list of transactions and transaction data associated with the authenticated user.

## Want more?

* For data from savings, loans and investment accounts, use Powens’ Wealth product.
* For account ownership data, use Powens’ Account Check product.
* For transaction categorisation, use Powens’ Categorizer product.
* For statements, invoices and credit notes, use Powens’ Bank Advanced product.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powens.com/documentation/integration-guides/bank/introduction-to-bank.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
