Skip Navigation

Content Services for Rail - Travel Documents

Rail
Ticketing
REST API
Travel Agency
Try Now

What is it?

This method returns travel documents for issued tickets for a given order.

Travel documents contain additional details related to ticket delivery; in this case, URLs are provided to access tickets and print them.

Important! Printing travel documents may block the possibility to void tickets.

Why use it?

Use this method to access issued tickets/travel documents.

Access to tickets/travel documents is not directly provided during the payment process. The form of travel documents depends on the delivery mode assigned to the ticket.

How it works

  1. Send a request to the Rail vendor system with a list of order items to retrieve travel documents associated with that order.
  2. The response returns URLs from the Rail vendor that link to available travel documents for the order.

Caution: Consuming this API and its content requires special permission. Before requesting access, make sure you have all the necessary agreements in place with the rail vendor(s) you would like to sell using Content Services for Rail. For more information on accessing Sabre Rail content and rail supplier contacts, visit the respective product page on Sabre Central.

Vendor Code Payment via API Notes
SNCF 2C No “On account” only. Direct settlement with agency. No individual or corporate credit cards.
Amtrak 2V Yes Access to this inventory will only be granted upon Amtrak's approval. Any new POS will be vetted and certified by Amtrak.

How to use

Method

PUT /v2/rail/orders/{marketingCarrierCode}/{orderId}/travelDocuments

Request

Provide a list of order items associated with each travel document to be returned.

Response

Returns URLs containing travel documents for each order item provided.\ Note: This method may be sent multiple times, but the same URL(s) will be returned for the same order items.