Amadeus API       

Node
PoweredPNR_PNRReply
payment



Description

- Form of payment (FP) - Form of guarantee (G).
Status (Requirement Designator) = Conditional. Repetition = 1.

XML Tree

<payment>
     <formOfPayment>
        <type></type>
        <vendorCode></vendorCode>
        <creditCardNumber></creditCardNumber>
        <expiryDate></expiryDate>
        <extendedPayment></extendedPayment>
        <fopFreeText></fopFreeText>
     </formOfPayment>
</payment>


Field Descriptions

Field Attributes and Description
Node Mandatory  formOfPayment Field Type = Node. Repetition = 2.
Fop details.
Mandatory  type Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=10, repetition=1.

Fop type (Cash, Credit card...).
For a list of valid codes, see codeset type.
  vendorCode Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

Credit card vendor code.
  creditCardNumber Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=35, repetition=1.

Credit card number.
  expiryDate Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=4, repetition=1.

expiry date (MMYY).
  extendedPayment Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=3, repetition=1.

FOP purpose.
For a list of valid codes, see codeset extendedPayment.
  fopFreeText Field Type = Data Element.
AlphaNumeric, minlen=1, maxlen=70, repetition=1.

Unstructured fop layout (used for Voucher print purpose or guarantee details)..

Naming Conventions

minlen = Minimum Length,
maxlen = Maximum Length,
Mandatory = Mandatory,
Node = Node,
Repetition = Maximum number of occurences for a Node.

Code Sets and Code Lists

type

CodeDescription
BOOKINGSRCBooking source.
CACash.
CCCredit Card.
CDCorporate discount.
CKCheck.
CUSTDISCCustomer discount.
MSMiscellaneous.
VOUCHERVoucher.

extendedPayment

CodeDescription
FOPForm of payment.
GUAForm of guarantee.