# PaymentCard

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [GuaranteeAccepted](/connectivity/docs/api-reference/guaranteeaccepted)/`PaymentCard` | Details of a card used to pay for the reservation. | object | 1..1 | - |
| `PaymentCard`/`@CardCode` | The [two-letter credit card code](/connectivity/docs/b_xml-creditcards). | enum | 1..1 | If `XX`, something went wrong when retrieving the issuer code (please try again later). |
| `PaymentCard`/`@CardNumber` | The credit card number as entered by the booker. | integer | 1..1 | If all `0`, something went wrong when retrieving the number (please try again later). |
| `PaymentCard`/`@SeriesCode` | The credit card CVC code as entered by the booker. | integer | 1..1 | If all `0`, something went wrong when retrieving the CVC-code (please try again later). |
| `PaymentCard`/`@ExpireDate` | The credit card expiration date as entered by the booker. | string | 1..1 | Format: `MMDD`. If all `0`, something went wrong when retrieving the expiration date (please try again later). |
| `PaymentCard`/`@EffectiveDate` | The credit card activation date. The date that the card can be charged from. This attribute will not be existing in case the card is not virtual credit card. | date | 0..1 | Format: `YYY-MM-DD`. This attribute can be not existing. That does not mean that something wrong happened, It only means that the credit card is not virtual. Note : In order to get this attribute you have to turn on the feature "Reservation virtual credit card activation". |
| `PaymentCard`/`CardHolderName` | The credit card holder's name as entered by the booker. | string | 1..1 | If `-`, something went wrong when retrieving the holder's name (please try again later). |


## XML


```xml
<PaymentCard
  CardCode="MC"
  CardNumber="5346330641608164"
  SeriesCode=""
  ExpireDate="0122"
  EffectiveDate="2019-01-13">
   <CardHolderName>CARD HOLDER NAME</CardHolderName>
</PaymentCard>
```

## Related endpoints

* [/ota/OTA_HotelResNotif](/assets/ota-resnotif.0246048b9c717d1a5855d6674e26c38dabca2d621c6e35c8db7aba16f8794661.53c68abe.md)
* [/ota/OTA_HotelResModifyNotif](/assets/ota-resmodifynotif.db8d41e1bc79646e4858455554c34b992ccb01469da7502fbb3cc803dccb64f5.53c68abe.md)