Scopes
A list of space separated scopes need to be included in the scope
parameter when you create an auth link or implement direct bank authentication.
Scopes represent the categories of data you're asking the user to share as well as how long you'll be able to access the user's data. The auth dialog uses scopes to determine what information to display to the user when collecting consent. Ultimately scopes limit the Data API endpoints you are authorised to access.
Scope | Description | API Endpoint |
---|---|---|
| Allows access to End user’s identity information held by the Provider |
|
| Allows access to End user’s account numbers and details |
|
| Allows access to End user’s account balances |
|
| Allows access to End user’s account transactions |
|
| Allows access to End user’s account transactions along with running balance |
|
| Allows access to End user’s card numbers and details |
|
| Allows access to End user’s card balances |
|
| Allows access to End user’s card transactions |
|
| Allows access to End user’s card transactions along with running balance |
|
| Allows access to End user’s data after the short-lived |
|
| Allows access to End user’s direct debits (Open Banking providers only) |
|
| Allows access to End user’s standing orders (Open Banking providers only) |
|
Updated 6 months ago