The Account Information Service (AIS) offers the following services:
Read the identifiers of the available payment account together with booking balance information, depending on the consent granted.
It is assumed that a consent of the PSU to this access is already given and stored on the ASPSP system. The addressed list of accounts depends then on the PSU ID and the stored consent addressed by consentId, respectively the OAuth2 access token.
Returns all identifiers of the accounts, to which an account access has been granted to through the /consents endpoint by the PSU. In addition, relevant information about the accounts and hyperlinks to corresponding account information resources are provided if a related consent has been already granted.
Remark: Note that the /consents endpoint optionally offers to grant an access on all available payment accounts of a PSU. In this case, this endpoint will deliver the information about all available payment accounts of the PSU at this ASPSP.
OK
Bad Request
Unauthorized
Forbidden
Not found
Method Not Allowed
Not Acceptable
Request Timeout
Conflict
Unsupported Media Type
Too Many Requests
Internal Server Error
Service Unavailable
Response in case of an example, where the consent has been given on two different IBANs.
{- "accounts": [
- {
- "resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80f",
- "iban": "IS060537260002062306671449",
- "currency": "ISK",
- "ownerName": "Þóroddur ÞÍ Stancikas",
- "status": "enabled",
- "product": "Gullvild einstaklinga",
- "cashAccountType": "CACC",
- "displayName": "My Main Account",
- "bic": "GLITISRE",
- "_links": {
- "balances": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"
}, - "transactions": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"
}
}
}, - {
- "resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80f",
- "iban": "IS950528293004010101759689",
- "currency": "USD",
- "ownerName": "Þóroddur ÞÍ Stancikas",
- "status": "enabled",
- "product": "Veltureikningur",
- "cashAccountType": "CACC",
- "displayName": "My USD Account",
- "bic": "GLITISRE",
- "_links": {
- "balances": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"
}, - "transactions": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"
}
}
}
]
}
Reads details about an account, with balances where required. It is assumed that a consent of the PSU to this access is already given and stored on the ASPSP system. The addressed details of this account depends then on the stored consent addressed by consentId, respectively the OAuth2 access token.
NOTE: The account-id can represent a multicurrency account. In this case the currency code is set to "XXX".
Give detailed information about the addressed account.
Give detailed information about the addressed account together with balance information
OK
Bad Request
Unauthorized
Forbidden
Not found
Method Not Allowed
Not Acceptable
Request Timeout
Conflict
Unsupported Media Type
Too Many Requests
Internal Server Error
Service Unavailable
Account details for a regular Account.
{- "account": {
- "resourceId": "3dc3d5b3-7023-4848-9853-f5400a64e80f",
- "iban": "IS060537260002062306671449",
- "currency": "ISK",
- "ownerName": "Þóroddur ÞÍ Stancikas",
- "status": "enabled",
- "product": "Gullvild einstaklinga",
- "cashAccountType": "CACC",
- "displayName": "My Main Account",
- "bic": "GLITISRE",
- "_links": {
- "balances": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"
}, - "transactions": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"
}
}
}
}
Reads account data from a given account addressed by "account-id".
Remark: This account-id can be a tokenised identification due to data protection reason since the path information might be logged on intermediary servers within the ASPSP sphere. This account-id then can be retrieved by the "Get account list" call.
The account-id is constant at least throughout the lifecycle of a given consent.
OK
Bad Request
Unauthorized
Forbidden
Not found
Method Not Allowed
Not Acceptable
Request Timeout
Conflict
Unsupported Media Type
Too Many Requests
Internal Server Error
Service Unavailable
Response for a read balance request in case of a regular account.
{- "account": {
- "iban": "IS060537260002062306671449"
}, - "balances": [
- {
- "balanceAmount": {
- "currency": "ISK",
- "amount": "500.00"
}, - "balanceType": "closingBooked",
- "referenceDate": "2017-10-25"
}, - {
- "balanceAmount": {
- "currency": "ISK",
- "amount": "900.00"
}, - "balanceType": "expected",
- "lastChangeDateTime": "2017-10-25T15:30:35.035Z"
}
]
}
Read transaction reports or transaction lists of a given account ddressed by "account-id", depending on the steering parameter "bookingStatus" together with balances.
For a given account, additional parameters are e.g. the attributes "dateFrom" and "dateTo". The ASPSP might add balance information, if transaction lists without balances are not supported.
OK
Bad Request
Unauthorized
Forbidden
Not found
Method Not Allowed
Not Acceptable
Request Timeout
Conflict
Unsupported Media Type
Too Many Requests
Internal Server Error
Service Unavailable
Response in JSON format for an access on a regular account.
{- "account": {
- "iban": "IS060537260002062306671449"
}, - "transactions": {
- "booked": [
- {
- "transactionId": "1234567",
- "creditorName": "Jón Jónsson",
- "creditorAccount": {
- "iban": "IS67100100101306118605"
}, - "transactionAmount": {
- "currency": "ISK",
- "amount": "256.67"
}, - "bookingDate": "2017-10-25",
- "valueDate": "2017-10-26",
- "remittanceInformationUnstructured": "Example 1"
}, - {
- "transactionId": "1234568",
- "debtorName": "LiljaÞÍ Kristjánsdóttir",
- "debtorAccount": {
- "iban": "IS620511040000171105551489"
}, - "transactionAmount": {
- "currency": "ISK",
- "amount": "343.01"
}, - "bookingDate": "2017-10-25",
- "valueDate": "2017-10-26",
- "remittanceInformationUnstructured": "Example 2"
}
], - "pending": [
- {
- "transactionId": "1234569",
- "debtorName": "LiljaÞÍ Kristjánsdóttir",
- "debtorAccount": {
- "iban": "IS620511040000171105551489"
}, - "transactionAmount": {
- "currency": "ISK",
- "amount": "-100.03"
}, - "valueDate": "2017-10-26",
- "remittanceInformationUnstructured": "Example 3"
}
], - "_links": {
- "account": {
- "href": "/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"
}
}
}
}
Reads transaction details from a given transaction addressed by "transactionId" on a given account addressed by "account-id". This call is only available on transactions as reported in a JSON format.
Remark: Please note that the PATH might be already given in detail by the corresponding entry of the response of the "Read Transaction List" call within the _links subfield.
OK
Bad Request
Unauthorized
Forbidden
Not found
Method Not Allowed
Not Acceptable
Request Timeout
Conflict
Unsupported Media Type
Too Many Requests
Internal Server Error
Service Unavailable
Example for transaction details.
{- "transactionsDetails": {
- "transactionDetails": {
- "transactionId": "1234567",
- "creditorName": "John Miles",
- "creditorAccount": {
- "iban": "IS450500000000900101759689"
}, - "mandateId": "Mandate-2018-04-20-1234",
- "transactionAmount": {
- "currency": "ISK",
- "amount": "25000"
}, - "bookingDate": "2017-10-25",
- "valueDate": "2017-10-26",
- "remittanceInformationUnstructured": "Example 1",
- "bankTransactionCode": "PMNT-RDDT-ESDD"
}
}
}