...
This resource description should be read in conjunction with a compatible Account Information Services API Profile.
3. Endpoints
S. No. | Resource | HTTP Operation | Endpoint | Mandatory | Scope | Grant Type | Idempotency Key | ParameterParameters | Request Object | Response Object |
3.1 | statements | GET | GET /accounts/{AccountId}/statements | Conditional | accounts | Authorisation Code | No | Pagination Filtering |
| OBReadStatement |
3.2 | statements | GET | GET /accounts/{AccountId}/statements/{StatementId} | Conditional | accounts | Authorisation Code | No |
|
| OBReadStatement |
3.3 | statements | GET | GET /accounts/{AccountId}/statements/{StatementId}/file | Optional | accounts | Authorisation Code | No |
|
| File |
3.4 | transactions | GET | GET /accounts/{AccountId}/statements/{StatementId}/transactions | Conditional | accounts | Authorisation Code | No | Pagination |
| OBReadTransaction |
3.5 | statements | GET | GET /statements | Optional | accounts | Authorisation Code | No | Pagination Filtering |
| OBReadStatement |
...