Skip to main content

Remote Payment

1.3.0
Air
Payment
SOAP API
Airline Carrier
  • New attribute added to the schema

API Information

Response Format
XML
Service Action Code
ePaymentRQ
Current Version
1.3.0
Target Audience
Both TN and AS
Environment
Production

What's New

  • New attribute added to the schema

Business Value

  • New attribute added to the schema

New Features

In the Request

Optional

Parameter: TokenizedCardNumber

Type: String

Description: New optional attribute "TokenizedCardNumber" indicates card number is tokenized

Sample Value:

<PaymentRQ xmlns="http://www.opentravel.org/OTA/2003/05/beta" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SystemDateTime="2015-11-04T19:06:05" Version="1.3.0" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05/beta remotePaymentService_v1.3.0.xsd">
  <POS ChannelID="SML" ISOCountry="VN" LocalDateTime="2015-11-30T14:40:20" PseudoCityCode="ABC" OfficeCode="OF"/>
  <ServiceIndicator ConfirmPaymentInd="true"/>
  <MerchantDetail MerchantID="VN" MerchantName="Vietnam Airlines"/>
  <OrderDetail RecordLocator="EKABCB"/>
  <PaymentDetail>
    <!--"TokenizedCardNumber" - This attributes describes the card which is tokenized-->
    <PaymentCard CardCode="VN" TokenizedCardNumber="4111BCDEFGH0434"/>
    <AmountDetail Amount="1234567" CurrencyCode="VND"/>
    <AuthorizationResults ApprovalCode="123456" TransactionID="1234567890720434"/>
  </PaymentDetail>
</PaymentRQ>
Note:

Relase note ID: 12898