Statement errors
Routes: GET /v1/statement, GET /v1/statement/export, GET /v1/statements/consolidated
BAD_REQUEST (400)
| Error code | Description |
|---|---|
INVALID_DATE_RANGE | initDate / endDate invalid, in the future, or range exceeds 90 days. |
MISSING_REQUIRED_FILTER | Provide a date range or filter by endToEndId / productTransactionId. |
INVALID_PAGE_SIZE | pageSize must be between 1 and 100. |
INVALID_QUERY_PARAMETER | Invalid query parameter (e.g. malformed UUID). |
InvalidParameter | Consolidated statement — invalid or missing startDate / endDate, or invalid page / limit. |
NOT_FOUND (404)
| Error code | Description |
|---|---|
ACCOUNT_NOT_FOUND | Detailed statement — account not found. |
NotFound | Consolidated statement — account not found. |
Statement lines describe settled movements, not pending operation status. See Status Machine — Statement.
See also Common errors.