BBK Account Information Open Banking API provides an information of all the accounts that a customer has with bank. BBK account information Open banking API provides the following services to TPPs:
- Accounts - account information
- Balances - account balances
- Transactions - account transactions
- Beneficiaries - beneficiaries information
To provide account information to the customer, the TPP (AISP) should have authorization from the customer (consent) to view the corresponding account, transaction and balance information.
Read more...
After successfull authorisation of account access consent an AISP may retreive account inormation using the following GET endpoints:
- GET /accounts - will retrieve the resources for all authorised accounts linked to the account-access-consent
- GET /accounts/{AccountId} - will retrieve the resource for specific account
Read more...
After successfull authorisation of account access consent an AISP may retreive account balance using the following GET endpoints:
- GET /balances - will retrieve the resources (balances) for all authorised accounts linked to the account-access-consent
- GET /balances/{AccountId} - will retrieve the resource (balances) for specific account
Read more...
After successfull authorisation of account access consent an AISP may retreive account transactions using the following GET endpoints:
- GET /transactions - will retrieve the resources (transactions) for all authorised accounts linked to the account-access-consent
- GET /transactions/{AccountId} - will retrieve the resource (transactions) for specific account
Read more...
- GET /beneficiaries - will retrieve the litst of beneficiaries for all authorized accounts or linked to a specific account in TPP interface
- GET /accounts/{AccountId}/beneficiaries - will retrieve the resource (beneficiaries) for specific account
Read more...