Retrieve Statement
GET/statements/:statementId
This API retrieves a financial account statement content encoded in base64 given a statementId
Sizeable Financial Accounts
Given underlying core systems where statements are stored, the pulling of big size financial accounts statements could cause this API to give errors.
Request
Responses
- 200
- 400
- 401
- 409
- 500
Successful statement retrieval response.
Bad Request
Unauthorized.
note
401 errors
There are two different error schemas for 401 errors, one when the API credentials sent are wrong or invalid and another one when the API credentials are valid but the operation is prohibited for the consumer.
Conflict. The API was unable to process the request due to business validation rules
API Internal Error.