---
title: "Commissions Report"
method: GET
path: "/reports/commissions"
tags: ["Reports"]
---

# Commissions Report

`GET /reports/commissions`

This report provides details on fees applied to your FlexCommissions payouts.

## Query parameters

- `from_date` string, date
- `to_date` string, date
- `report_days` integer
- `filter_by` string, string
- `filter_value` string, string
- `start_row` integer
- `end_row` integer
- `version` integer

## Response `200`

A commission object.

- CommissionsReport
  - `data` CommissionsRecord[]
    - `row_id` number — The row id.
    - `payout_id` number — The id of the commission payout.
    - `amount` string — The amount of the commission payout.
    - `start_datetime` string, date — The start date for the report.
    - `end_datetime` string, date — The end date for the report.
    - `expected_settlement_date` string, date — The expected date the payout will reach the Partner.
    - `statement_id` number — The statement that the commission payout will appear on.
    - `status` number — The status of the commission payout.

## 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)
