
Open Banking
Bank Albilad enables financial data ownership among customers in a secure way. It paves the way for new business models based on sharing consented data to provision specific banking services through Third Party Providers (TPPs) to propose innovative and customized financial services and products.
APIs
-
The accounts resource is used by an TPP to retrieve full list of accounts and account infromation that the PSU has authorised to access.
This resource description should be read in conjunction with a compatible Account Information Services API Profile.
-
An TPP may retrieve the transaction resource for a specific AccountId (which is retrieved in the call to GET /accounts).
-
The balances resource is used by an TPP to retrieve in bulk or single account balance information for a specific AccountId for that the PSU has authorised to access.
This resource description should be read in conjunction with a compatible Account Information Services API Profile.
-
The Account Access Consents API is used by TPP to request a PASP to create a new account-access-consent resource, retrieve the status of account-access-consent resource and delete the account-access-consent resource.
Plans
In order to subscribe, you must create an account or sign in.
Default Plan
|
|
---|---|
100 calls per hour
|
|
GET
/account-access-consents/{ConsentId}
DELETE
/account-access-consents/{ConsentId}
POST
/account-access-consents
|
|
100 calls per hour
|
|
GET
/accounts/{AccountId}/balances
GET
/balances
|
|
100 calls per hour
|
|
GET
/accounts/{AccountId}/transactions
GET
/transactions
|
|
100 calls per hour
|
|
GET
/accounts
GET
/accounts/{AccountId}
|
|