---
title: "Get payouts"
method: GET
path: "/v1/reporting/payouts"
tags: ["Reporting"]
---

# Get payouts

`GET /v1/reporting/payouts`

Retrieve payouts. This endpoint provides a list of all payouts received from Scalapay. Use the Scalapay API key Bearer token to access this endpoint.

## Query parameters

- `startDate` string, string
- `endDate` string, string
- `size` integer
- `page` integer

## Response `200`

Payouts retrieved successfully.

- object
  - `items` object[]
    - `merchantPayoutToken` string — Merchant payout token.
    - `transactionDate` string — Transaction date.
    - `totalAmount` object — Total amount of the payout.
    - `status` string — Payout status.

## Other responses

- `400` — Bad request. (HTTP 400).
- `401` — Unauthorized

---

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