---
title: "View statements"
method: GET
path: "/report/v3/statements"
tags: ["Statements and Adjustments"]
---

# View statements

`GET /report/v3/statements`

FROM REPORTING.JSON

Returns all adjustments within the given date range for all merchant IDs associated with the Nexio account used to [authenticate 
<i role='img' aria-hidden='true' class='sl-icon far fa-external-link-alt fa-xs'></i>](https://docs-beta.nexiopay.com/docs/getting-started/docs/authentication/authentication.md). You may also request or filter on fields of the query parameters, as in the following example:

  <code>/report/v3/adjustments?kount.&plugin.&customer.&processor.&gateway.</code>
  
See the [query parameters <i role='img' aria-hidden='true' class='sl-icon far fa-external-link-alt fa-xs'></i>](https://docs-beta.nexiopay.com/docs/developer-tools/docs/apiTools/filter_query_parameters.md) section in Developer Tools for a full tutorial.

## Query parameters

- `limit` integer
- `offset` integer
- `startDate` string
- `endDate` string

## Response `200`

Success

- object
  - `offset` integer — The number of rows by which the data is offset
  - `limit` integer — The limit on the number of rows
  - `rows` Schema[] — An array of statements — unresolved $ref
  - `hasMore` boolean — Will be `true` if there are more records not included in the current response

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
