---
title: "Statement Report"
method: GET
path: "/reports/statements"
tags: ["Reports"]
---

# Statement Report

`GET /reports/statements`

This report provides details on fees applied to your monthly statement. For partners we also provide comission and fees charged to your sub merchants.

Note:

* Our system calculates fees using Pacific Time (PT) with midnight cut off.

## Query parameters

- `start_year` number, required
- `start_month` number, required
- `end_year` number, required
- `end_month` number, required

## Response `200`

A statement object.

- StatementReport
  - `data` StatementRecord[]
    - `billing_period` string, date — The billing period that fees and commissions have been applied to. Billing periods are monthly where this field will always be set as the 1st day of the month.
    - `parent_id` number — The id of the parent merchant for this statement. This field is only returned for channel partner accounts.
    - `parent_name` string — The name of the parent merchant for this statement. This field is only returned for channel partner accounts.
    - `statement_id` number — The id of the statement for the associated billing period.
    - `merchant_id` number — The id of the merchant for this statement.
    - `merchant_name` string — The name of the merchant for this statement. This field is only returned for channel partner accounts.
    - `fee_type` string — The type of fee being charged.
    - `fee_volume` number — The count of the associated fee being charged.
    - `fee_rate` number, double — The rate of the fee being charged.
    - `fee_amount` number, double — The fee amount being charged.
    - `commission_rate` number, double — The commission rate to be collected against the fee. This field is only returned for channel partner accounts.
    - `commission_amount` number, double — The commission amount collected against the fee. This field is only returned for channel partner accounts.

## Other responses

- `400` — Bad Request
- `401` — Authentication Failure
- `403` — Authorization Failure
- `405` — Invalid Request Method
- `500` — Internal Server Error

---

[API](https://skmtc.net/worldline-solutions/apis/worldline-payment-apis.md) · [All operations](https://skmtc.net/worldline-solutions/apis/worldline-payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldline-solutions/worldline-payment-apis/versions/d661d9e357a1/schema)
