Payment information by credit card:
Element | M | Type | Restrictions | Description |
@holder | Y | String | Cardholder's name | |
@number | Y | String | Card number | |
@expiryDate | Y | Date | Format: dd/MM/yyyy | Card expiration date |
@securityCode | Y | String | CVC security code |
Example PaymentCardDetail:
<paymentCardDetail holder="Guest name" number="4111111111111111" expiryDate="01/04/2025" securityCode="123"/>