Closed Hayat-Umar closed 4 years ago
Hi Hayat-Umar,
The reservation is having issues due to delivery address. Could you please try with proper delivery address. Thanks.
Hi Hayat-Umar,
The reservation is having issues due to delivery address. Could you please try with proper delivery address. Thanks.
Alright let me try again. But it was working fine earlier :( Also i was unable to add FOP using UniversalRecordModifyReq with the following request payload
UniversalRecordModifyReq
<?xml version="1.0" encoding="utf-16"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.travelport.com/schema/common_v49_0" xmlns:ns2="http://www.travelport.com/schema/universal_v49_0">
<SOAP-ENV:Body>
<ns2:UniversalRecordModifyReq TargetBranch="P3468561" Version="2">
<ns1:BillingPointOfSaleInfo OriginApplication="UAPI" />
<ns2:RecordIdentifier UniversalLocatorCode="5IJL0T" ProviderCode="1G" ProviderLocatorCode="Q32S60" />
<ns2:UniversalModifyCmd Key="KEY123456xxx1">
<ns2:UniversalAdd Key="Key3310xxx1">
<ns1:FormOfPayment Key="KeyPay123456xxx12" Type="Cash" Reusable="false" ProfileKey="KeyPay123456xxx12PK">
<ns1:ProviderReservationInfoRef Key="DKSqnFQc1BKAmOqDgCAAAA==" />
</ns1:FormOfPayment>
</ns2:UniversalAdd>
</ns2:UniversalModifyCmd>
</ns2:UniversalRecordModifyReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
UniversalRecordModifyRsp
<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>Server.Business</faultcode>
<faultstring>UR Modify Service Error.</faultstring>
<detail>
<universal:UniversalModifyErrorInfo xmlns:universal="http://www.travelport.com/schema/universal_v49_0" xmlns:common_v49_0="http://www.travelport.com/schema/common_v49_0">
<common_v49_0:Code>3539</common_v49_0:Code>
<common_v49_0:Service>URSVC</common_v49_0:Service>
<common_v49_0:Type>Business</common_v49_0:Type>
<common_v49_0:Description>UR Modify Service Error.</common_v49_0:Description>
<common_v49_0:TransactionId>8DC87CAB0A0E561CEAF4553F8F2F63A0</common_v49_0:TransactionId>
<universal:UniversalModifyCommandError UniversalModifyCmdKey="KEY123456xxx1">Indicates FOP application failed: CHECK PAYMENT TYPE</universal:UniversalModifyCommandError>
</universal:UniversalModifyErrorInfo>
</detail>
</SOAP:Fault>
Is it was also due to absence of delivery address?
Hi Hayat-Umar,
It is quite possible that the Airlines does not allow Cash FOP. If that is not the case, it might be an issue and I would recommend create a ticket in My.Travelport.com and we will pick it up from there. Thanks.
Hi Hayat-Umar,
It is quite possible that the Airlines does not allow Cash FOP. If that is not the case, it might be an issue and I would recommend create a ticket in My.Travelport.com and we will pick it up from there. Thanks.
Hi, Our major carrier for booking is PK/PIA which was working fine with Cash as FOP earlier. I am going to generate a ticket. One thing i just want to confirm is that our Agency directly pay amount to Airline and we just issue tickets from available quota after successful reservation and payment from customer. So, Is it right FOP for this scenario or i should use something else like AgencyInvoice or something?
Thanks
Hi Hayat-Umar,
Cash as FOP is fine in this case. Thanks.
Hi, My airline reservation request AirCreateReservationReq and then AirTicketingReq requests working fine until now. But AirTicketingReq suddenly start giving "FORM OF PAYMENT REQUIRED". I am already sending Cash as FormOfPayment in AirCreateReservationReq. My Request/Responses are attached:
AirCreateReservationReq
AirCreateReservationRsp
I can see a warning message related to delivery address having something regarding Payment Type as well. Which seems weird to me.