Get Statements For Account
GET/v1/parties/statements
Required States: ACTIVE
This endpoint will facilitate returning a list of statements associated to the nominated user. The response structure will be aligned to structures within the OpenBanking specification to provide a generic, standard based response, that returns details such as the following:
- Statement identifier
- Statement date of issue
- Statement type
- Statement Description
Pagination capability is also provided to allow a application to control the volume of data returned in a single call.
Request
Responses
- 200
- 401
- 403
- 404
- 500
- 501
- 503
Success
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006) or Tenant context could not be resolved (AUT001001)
External application access denied (AUT003001) or Party not in required status (PAR003001)
Party not found (PAR004001) or No open binding for the party (CRT004005) or Statement type not found (ACC004005)
Statement identifier missing from connector response (ACC022001) or Internal server error (GEN100000) or Service error (GEN100001)
Service not configured (GEN101003)
All connector targets are currently unhealthy (CRT103001)