ob-data-as-consent status
Consent status reflects the current state of the account holder's approval to access their financial data. The consent can be valid for at most 180 days. The Open Banking Service will provide an http 401 response with error code 123 ‘The PSU consent is expired’ if AIS data is requested after the validity of the consent is expired. You should then request a new consent.
In case of multiple consents for the same bank account, Open Banking Services will choose the consent that will be used to retrieve account data, so you do not need to maintain consent selection logic.
Consent status life cycle
Figure: Consent Status when GET consent/status API is called (click on the picture to enlarge).
Below you can find an explanation of each one of the statuses:
Status | Description |
Open | This is the initial consent state, for example in case of a redirect scenario, where additional steps to get the consent are required, like redirecting the account holder towards the bank. |
Pending | The consent is not yet finalised or rejected. You should call the GET consent status endpoint to get an update. |
Rejected | The consent was rejected by account holder or their bank. |
PartiallyAuthorised | The consent is due to a multi-level authorisation, some but not all mandated authorisations have been performed yet. |
Authorised | Consent was granted, and is active. You can now retrieve the account data. |
Expired | The time the consent was active has been expired. You need to obtain a new consent if you wish to access account data. |
Revoked | Consent was revoked by account holder or by their bank. You need to obtain a new consent if you wish to access account data. |
RevokedAtTpp | Consent was revoked by account holder or by their bank. You need to obtain a new consent if you wish to access account data. |
Error | An error occurred. You need to obtain a new consent if you wish to access account data. |
Inactive | Indicates that a consent is inactive because it has been replaced by a newer authorized consent (only 1 consent per account holder / bank combination is allowed. |
GET Consent Status
Endpoint: GET /psus/{psuId}/consents/{consentId}/status
Base URL: /xs2a/routingservice/services/ob/ais/v3
This endpoint is used to retrieve the status of a consent. Alternatively, you may use Push notifications functionality.
Data model
Request | Response (Click to enlarge) |
![]() | ![]() |