---
title: "List Physical Card Orders"
method: GET
path: "/api/v1/order/"
tags: ["Physical Card Order"]
---

# List Physical Card Orders

`GET /api/v1/order/`

Retrieves all physical card orders for the authenticated user

## Response `200`

The card orders for the user

- object[]
  - `id` string, uuid, required — The unique identifier of the card order.
  - `transactionHash` string, nullable — The on-chain transaction hash associated with the order.
  - `embossedName` string, nullable — The name embossed on the card.
  - `address1` string, nullable — The first line of the shipping address.
  - `address2` string, nullable — The second line of the shipping address.
  - `city` string, nullable — The city of the shipping address.
  - `postalCode` string, nullable — The postal code of the shipping address.
  - `state` string, nullable — The state of the shipping address.
  - `country` string, nullable — The country of the shipping address.
  - `userId` string, required — The user id for this card order.
  - `status` 'PENDINGTRANSACTION' | 'TRANSACTIONCOMPLETE' | 'CONFIRMATIONREQUIRED' | 'READY' | 'CARDCREATED' | 'FAILEDTRANSACTION' | 'CANCELLED', required — Current order status
  - `personalizationSource` 'KYC' | 'ENS', required
  - `couponCode` string — The coupon code tied to this card order
  - `totalAmountEUR` number, nullable
  - `totalDiscountEUR` number, required
  - `createdAt` string, date-time, required — When the order was created

## Other responses

- `401` — Unauthorized Error
- `500` — Internal server error.

---

[API](https://skmtc.net/gnosispay/apis/gnosispay-api.md) · [All operations](https://skmtc.net/gnosispay/apis/gnosispay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gnosispay/gnosispay-api/versions/e0a09962c187/schema)
