Last updated

PaymentCard

Fields

FieldDescriptionTypeMin/maxNotes
GuaranteeAccepted/
PaymentCard
Details of a card used to pay for the reservation.object1..1-
PaymentCard/
@CardCode
The two-letter credit card code.enum1..1If XX, something went wrong when retrieving the issuer code (please try again later).
PaymentCard/
@CardNumber
The credit card number as entered by the booker.integer1..1If 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.integer1..1If 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.string1..1Format: 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.date0..1Format: 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.string1..1If -, 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>