# Integration Best Practice

Integration Best Practice

Returns the available flights that match the search criteria(lowest price as default).

# Step2: Verify Price And Flight Info

Verify the most up-to-date price and availability for the route selected.

# Step3: Book

Create a booking with the specific route and passenger info.

# Step4: PayVerify

Verify the book status before payment.

# Step5: ApplyTicket

After the customer completed the payment, platform/ota need to inform the DidaTravel that they need to issue ticket.

# Step6:Receive/Get Ticket

InformTicket: after DidaTravel issue the ticket,call the url that the customer provided to push ticket infomation.

OrderDetail: get order details once per minute.