> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Extended Web Card PayIn object

### Description

The Extended Web Card PayIn object stores information about the card used for a Web Card PayIn.

### Attributes

<ParamField body="Id" type="string">
  The unique identifier of the object.
</ParamField>

<ParamField body="PaymentType" type="string">
  **Returned values:** `CARD`, `DIRECT_DEBIT`, `PREAUTHORIZED`, `BANK_WIRE`

  The type of pay-in.
</ParamField>

<ParamField body="ExecutionType" type="string">
  **Returned values:** `WEB`, `DIRECT`, `EXTERNAL_INSTRUCTION`

  The type of execution for the pay-in.
</ParamField>

<ParamField body="ExpirationDate" type="string">
  Format: “MMYY”

  The expiration date of the card.
</ParamField>

<ParamField body="Alias" type="string">
  The card number, partially obfuscated.
</ParamField>

<ParamField body="CardType" type="string">
  **Returned values:** `CB_VISA_MASTERCARD`, `AMEX`, `MAESTRO`, `BCMC`, `P24`

  **Default value:** `CB_VISA_MASTERCARD`

  The type of the card. If not supplied, the default value will be taken into account.
</ParamField>

<ParamField body="Country" type="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).
</ParamField>

<ParamField body="Fingerprint" type="string">
  The unique representation of the card number. This string can be used to track the card behavior while keeping the card information confidential.
</ParamField>
