...
Expand | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||
The API allows the AISP to ask an ASPSP to create a new account-access-consent resource.
2.1.1 Account Access Consent Status
2.1.2 Status FlowAfter authorisation has taken place the account-access-consent resource may have these following statuses: |
2.2. GET /account-access-consents/ {ConsentId}
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
An AISP may optionally retrieve an account-access-consent resource that they have created to check its status. Prior to calling the API, the AISP must have an access token issued by the ASPSP using a client credentials grant. 2.2.1 Account Access Consent StatusOnce the customer authorises the account-access-consent resource - the Status of the account-access-consent resource will be updated with "Authorised". The available Status code-list enumerations for the account-access-consent resource are.
|
2.3. PATCH /account-access-consents/{ConsentId}
Expand |
---|
If the customer revokes consent to data access with the AISP, the AISP must patch the account-access-consent resource with the ASPSP as soon as is practically possible.
TPP should also clear the Account Access Consent resources, from ASPSP's system, which are:
|
3. Data Models
2.1. POST /account-access-consents
...
S.No. | Status | Status Description |
1 | Rejected | The account access consent has been rejected |
2 | Authorised | The account access consent has been successfully authorised |
3 | Revoked | The account access consent has been revoked via the AISP interface |
2.1.2 Status Flow
...
2.2. GET /account-access-consents/ {ConsentId}
An AISP may optionally retrieve an account-access-consent resource that they have created to check its status.
Prior to calling the API, the AISP must have an access token issued by the ASPSP using a client credentials grant.
2.2.1 Account Access Consent Status
Once the customer authorises the account-access-consent resource - the Status of the account-access-consent resource will be updated with "Authorised".
...
S.No. | Status | Status Description |
1 | Rejected | The account access consent has been rejected. |
2 | AwaitingAuthorisation | The account access consent is awaiting authorisation |
3 | Authorised | The account access consent has been successfully authorised. |
4 | Revoked | The account access consent has been revoked via the AISP interface. |
2.3. PATCH /account-access-consents/{ConsentId}
If the customer revokes consent to data access with the AISP, the AISP must patch the account-access-consent resource with the ASPSP as soon as is practically possible.
...
Consent Resource may never be referenced by the customer in AISP or ASPSP domain.
3. Data Models
3.1. Account Access Consents - Request
...