---
title: "Get card order items"
method: GET
path: "/cardorders/{id}/items"
tags: ["Card orders"]
---

# Get card order items

`GET /cardorders/{id}/items`

Returns the item list of a specific card order.

## Path parameters

- `id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK - the request has succeeded.

- PaginatedGetCardOrderItemResponse
  - `data` CardOrderItem[], required — List of card order items in the card order batch.
    - `balancePlatform` string — The unique identifier of the balance platform.
    - `card` CardOrderItemDeliveryStatus
      - `errorMessage` string — An error message.
      - `status` 'created' | 'delivered' | 'notApplicable' | 'processing' | 'produced' | 'rejected' | 'shipped' | 'unknown' — The status of the PIN delivery.
      - `trackingNumber` string — The tracking number of the PIN delivery.
    - `cardOrderItemId` string — The unique identifier of the card order item.
    - `creationDate` string, date-time — The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
    - `id` string — The ID of the resource.
    - `paymentInstrumentId` string — The unique identifier of the payment instrument related to the card order item.
    - `pin` CardOrderItemDeliveryStatus
      - `errorMessage` string — An error message.
      - `status` 'created' | 'delivered' | 'notApplicable' | 'processing' | 'produced' | 'rejected' | 'shipped' | 'unknown' — The status of the PIN delivery.
      - `trackingNumber` string — The tracking number of the PIN delivery.
    - `shippingMethod` string — The shipping method used to deliver the card or the PIN.
  - `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)
