PaymentCard

Fields

Field Description Type Min/max Notes
GuaranteeAccepted/
PaymentCard
Details of a card used to pay for the reservation. object 1..1 -
PaymentCard/
@CardCode
The two-letter credit card code. 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

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