Deferred Payment (Pay Later) Option

iFlyRes has introduced Paylater option in OrderCreate service and Order Change service.

 

Deferred Payment (Paylater) Working flow.

  • There is no change in the request for this Pay later Option, trigger the OrderCreateRQ / OrderChangeRQ without payment. (As the Deferred payment option via NDC for a specific channel is decided by Airline, it’s a pre-requesite that proper access for Deferred payment is given for specific OTA channel.)

  • Trigger the OrderReshop service with PNR number alone in Query of OrderReshopRQ , from the response we will get the amount to be paid.

  • Trigger the OrderChange service with PNR number and Payment.

  • After the  successful payment PNR will be ticketed.

How Deffered Payment/Pay Later works in iFlyRes , please read Order Selling API Flows

OrdReshopRQ-> Query Structure for Re-Price Flow during payment:

OrdChangeRQ-> Query Structure for Payment Flow:

Samples

Samples

  1. OrderRetrieveRQ

 

2. OrderViewRS(OrderRetrieve)

 

3. OrderReshopRQ

 

4. OrderReshopRS

 

5. OrderChangeRQ

 

6. OrderViewRS(OrderChange)

Â