Getting startedSandbox Data Mgmt API

Revision history

The following updates have been made to the Sandbox API schema, from newest to oldest updates:

March 2026

simulatePaymentValidationFlow mutation was added to support testing of credit card validation and recapture. It enables you to emulate a guest response and simulate the payment instrument validation flow.

August 2025

cancelReservation mutation has been replaced by the updateReservationCancellation mutation.

April 2025
  • On CreateReservationInput object: Changed type of primaryGuest field from PrimaryGuestInput to GuestInput
  • Renamed PrimaryGuestInput to GuestInput and added the companyName and corporateTravelPurpose fields
  • On the InvoicingInput object: Removed the pointOfSaleDisplay field
  • On the PaymentInstrumentTypeInput enumeration: Added the AFFILIATE_VIRTUAL_CARD value
  • Added the ReservationPaymentStatus enumeration
  • Added the TravelPurpose enumeration
  • Released the initial version of the Sandbox API.