Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • OfferPriceRS - where we return the acceptable payment methods and installment information when applicable.

  • OrderCreateRQ - where the payment information is sent to us with the installment information when applicable for instant purchase bookings.

  • OrderChangeRQ - Payment - where the payment information is sent to us with the installment information when applicable to pay for bookings on hold (not permitted to pay for changes and additions to Orders). For further information about Unpaid or OnHold on hold Orders in NDC, please visit our OrderChange 17.2 page.

  • OrderViewRS - where we will return the installment payment applied.

...

Code Block
languagexml
<Metadata>
	<Other>
		<OtherMetadata>
			<CurrencyMetadatas>
				<CurrencyMetadata MetadataKey="BRL">
					<Decimals>2</Decimals>
					<Name>Real (Brasil)</Name>
				</CurrencyMetadata>
			</CurrencyMetadatas>
		</OtherMetadata>
		<OtherMetadata>
			<PaymentFormMetadatas>
				<PaymentFormMetadata MetadataKey="KEY_QUOTAS">
					<Text>installments/4/3.00</Text>
				</PaymentFormMetadata>
			</PaymentFormMetadatas>
		</OtherMetadata>
	</Other>
</Metadata>

Note: If both 3DS and payment in Installments are being used for the same Order, then the two references are included here together separated by a space (e.g. <PaymentCard refs="KEY_3DS KEY_QUOTAS">.

...