# Transactions
source: https://developer.mastercard.com/open-banking-connect/documentation/usecases/transactions/index.md

### Overview {#overview}

Once access has been granted the TPP is to provide the ability for the user to navigate their accounts through the TPP's app.

Leveraging the various Open Banking Connect APIs, the user is able to view their balances and also view transactions related to their chosen accounts.
![Transactions overview](https://static.developer.mastercard.com/content/open-banking-connect/img/tutorials/transactions_accounts.png)

[Get list of accounts](https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/get-list-accounts/#request-scenario)

When an access consent is obtained the TPP is then able to request the list of accounts to show the user.

[Get account details](https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/get-account-details/#request-scenario)

Additional requests will return the detail related to these chosen accounts, such as the currency for that given account and various other account information.

[Get account balances](https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/get-account-balances/#request-scenario)

To view the associated balances, the response above shows what is returned through the Get Account Balances API.

[Get account transactions](https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/get-account-transactions/#request-scenario)

For any given account the user is also able to see associated transactions, which can be seen the API response.


[Next](https://developer.mastercard.com/open-banking-connect/documentation/usecases/payment/index.md)
