---
title: "View card details for a Web Card PayIn"
method: GET
path: "/v2.01/{ClientId}/payins/card/web/{PayInId}/extended"
tags: ["webCardPayins"]
---

# View card details for a Web Card PayIn

`GET /v2.01/{ClientId}/payins/card/web/{PayInId}/extended`

View card details for a Web Card PayIn

## Path parameters

- `ClientId` string, required
- `PayInId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- ViewCardDetailsForAWebCardPayInResponse
  - `Id` string — Max length: 128 characters (see [data formats](/api-reference/overview/data-formats) for details) The unique identifier of the object.
  - `PaymentType` string — **Returned values:** `CARD` The payment type of the pay-in.
  - `ExecutionType` string — **Returned values:** `WEB` The execution type of the pay-in.
  - `ExpirationDate` string — Format: “MMYY” The expiration date of the card.
  - `Alias` string — The card number, partially obfuscated.
  - `CardType` string — **Returned values:** `CB_VISA_MASTERCARD`, `AMEX`, `MAESTRO`, `BCMC` **Default value:** `CB_VISA_MASTERCARD` The type of the card. If not supplied, the default value will be taken into account.
  - `Country` string — Format: ISO-3166-1 alpha-3 three-letter country code (e.g., “FRA”) The country of the card (which is the same as the country of the issuer).
  - `Fingerprint` string — The unique representation of the card number. This string can be used to track the card behavior while keeping the card information confidential.

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
