Table of Contents | ||||
---|---|---|---|---|
|
1. Overview
The statements resource is used by an AISP to retrieve the
...
This resource description should be read in conjunction with a compatible Account Information Services API Profile.
2. Endpoints
S. No. | Resource | HTTP Operation | Endpoint | Mandatory | Scope | Grant Type | Idempotency Key | Parameter | Request Object | Response Object |
2.1 | statements | GET | GET /accounts/{AccountId}/statements | Conditional | accounts | Authorisation Code | No | Pagination Filtering |
| OBReadStatement |
2.2 | statements | GET | GET /accounts/{AccountId}/statements/{StatementId} | Conditional | accounts | Authorisation Code | No |
|
| OBReadStatement |
2.3 | statements | GET | GET /accounts/{AccountId}/statements/{StatementId}/file | Optional | accounts | Authorisation Code | No |
|
| File |
2.4 | transactions | GET | GET /accounts/{AccountId}/statements/{StatementId}/transactions
| Conditional | accounts | Authorisation Code | No | Pagination |
| OBReadTransaction |
2.5 | statements | GET | GET /statements | Optional | accounts | Authorisation Code | No | Pagination Filtering |
| OBReadStatement |
...