---
title: "Get Card Information"
method: GET
path: "/v2/moneyins/card/{cardId}"
tags: ["MoneyIns | Cards"]
---

# Get Card Information

`GET /v2/moneyins/card/{cardId}`

Lets you retrieve card information.

## Path parameters

- `cardId` integer, required

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Response `200`

OK

- GetCardOutput
  - `card` Card
    - `id` integer
    - `is3DS` boolean — Card with 3-DS authentication
    - `country` string — Card issuing country
    - `authorizationNumber` string — Authorization number
    - `maskedNumber` string — Masked card number
    - `expiration` string — Expiration date (if available)
    - `type` string — Card type (example: Visa or Mastercard)
    - `isRegistered` boolean — Card is registered
    - `holderName` string — Card's holder name
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
