v0.0.9
OAS 2.0
Accounts - API definition
Accounts - API definition
Client Libraries
Get a list of accounts for the PSU doing this call (indicated by the JWT token).
OK
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not found
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
415 Unsupported Media Type
500 Internal Server Error
503 Service Unavailable
curl https://api.cls.oob.ockto.cloud/ais/accounts/ \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"data": [
{
"accountId": "4e054abb-e8e9-43e8-bb65-c5c86720a231",
"consentId": "f3cb5c80-6520-4bf7-b02b-593db8d1ad5a",
"currency": "EUR",
"providerAccountId": "8kg6zzydhdbss_YComVjiH8JL",
"consentType": "AIS",
"name": "D.L. PERSON",
"aisStatus": "RISK_OK",
"customerAccountNumber": "NLXXRABO03500XXXXX",
"balances": [
{
"lastChangeDateTime": "2020-03-04T10:04:54.028Z",
"currency": "EUR",
"balanceType": "current",
"balanceAmount": "1908.44"
}
],
"active": true,
"consentStatus": "VALID",
"userId": "14dd3422-fbd1-4254-8a68-d4bbf59f24dd",
"provider": "RABO",
"region": "NL",
"iban": "NLXXRABO03500XXXXX",
"type": "iban",
"consentCreated": "2020-03-04T09:59:04.450Z",
"lastUpdated": "2020-03-04T10:04:54.135Z",
"created": "2020-02-17T09:04:24.668Z"
}
],
"pagination": {
"next": {},
"prev": {}
}
}OK