---
title: "Get a list of card orders"
method: GET
path: "/cardorders"
tags: ["Card orders"]
---

# Get a list of card orders

`GET /cardorders`

Returns a paginated list of card orders.

## Query parameters

- `id` string
- `cardManufacturingProfileId` string
- `status` string
- `txVariantCode` string
- `createdSince` string, date-time
- `createdUntil` string, date-time
- `lockedSince` string, date-time
- `lockedUntil` string, date-time
- `serviceCenter` string
- `offset` integer
- `limit` integer

## Response `200`

OK - the request has succeeded.

- PaginatedGetCardOrderResponse
  - `cardOrders` CardOrder[] — Contains objects with information about card orders.
    - `beginDate` string, date-time — The date when the card order is created.
    - `cardManufacturingProfileId` string — The unique identifier of the card manufacturer profile.
    - `closedDate` string, date-time — The date when the card order processing ends.
    - `endDate` string, date-time — The date when you manually closed the card order. Card orders are automatically closed by the end of the day it was created. If you manually closed it beforehand, the closing date is shown as the `endDate`.
    - `id` string — The unique identifier of the card order.
    - `lockDate` string, date-time — The date when the card order processing begins.
    - `serviceCenter` string — The service center.
    - `status` 'closed' | 'open' — The status of the card order. Possible values: **Open**, **Closed**.
  - `hasNext` boolean, required — Indicates whether there are more items on the next page.
  - `hasPrevious` boolean, required — Indicates whether there are more items on the previous page.

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
