---
title: "Get orders from payout"
method: GET
path: "/v1/reporting/payouts/{token}/orders"
tags: ["Reporting"]
---

# Get orders from payout

`GET /v1/reporting/payouts/{token}/orders`

Retrieve orders from a payout. This endpoint provides a list of orders associated with a specific payout. Use the Scalapay API key Bearer token to access this endpoint.

## Path parameters

- `token` string, string, required

## Query parameters

- `size` integer
- `page` integer

## Response `200`

Orders from payout retrieved successfully.

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