# Give Your Consent
source: https://developer.mastercard.com/open-banking-connect/documentation/usecases/consent/index.md

## Overview {#overview}

Once the bank has been selected the user is then requested to provide consent for the TPP to access their account data.

To enable this, the user is requested to perform the method they use to access the bank page, which could be facial recognition, pin code or any other means, which the user has setup for accessing their bank page.
![Specified banking app access method](https://static.developer.mastercard.com/content/open-banking-connect/img/tutorials/consent.png)

[Get Account Information Consent](https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/account-information-consent/#request-scenario)

The above demonstrates the API calls to the bank, once the bank selection has been made by the user. The bank will directly send a response to the user through the bank's authorization page, asking the user to provide their login credentials, which will authorize the TPP to access their account. After the user is authorized and gives the consent for respective accounts, TPP gets an authorization code. An additional step is required to exchange the authorization code with the actual consent id.

[Exchange the PSU Authorization for Access Consent](https://developer.mastercard.com/open-banking-connect/documentation/aisfeatures/exchange-psu-consent/#domestic-payment-initiation-consent-response)

The above demonstrates the API calls to the bank to exchange the authorization code received in the Get Account Information Consent response.


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