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

# Get orders

`GET /v1/reporting/orders`

Retrieve orders. This endpoint enables merchants to reconcile bank transactions with orders and refunds within the Scalapay platform. 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`

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