CKI Passenger Select VCR Virtual Sandbox

API for selecting Virtual Coupon Records during electronic ticket issuance.

The CKI Passenger Select VCR v2.0 API provides options to the client to select Virtual Coupon Record (VCR) for issuing electronic ticket.

Use this hosted sandbox to simulate CKI Passenger Select VCR APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready. This keeps your integration code consistent across local development, QA, demos, and production.

Use cases:

Use this sandbox to simulate passenger VCR selection workflows, validate ticket issuance payloads, handle multi-coupon record scenarios, and test error responses for invalid or unavailable VCRs during the check-in and ticketing process.

CKI Passenger Select VCR virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate CKI Passenger Select VCR responses instantly.

https://sabre-cki-passenger-select-vcr.mock.beeceptor.com



Passenger

Header NameExample
x-sabre-security-token"consequat irure ex"
Authorization"commodo consequat sunt elit aute"
x-sabre-airline"culpa"
x-sabre-client-context"ipsum in Ut"
Application-ID"Lorem consectetur exercitation"
Conversation-ID"aliquip et"
Message-ID"velit Excepteur"
{
  "flightCriteria": {
    "airlineCode": "AF",
    "departureAirportCode": "HND",
    "departureDate": "2027-02-26",
    "flightNumber": "0415"
  },
  "passengerList": [
    {
      "couponNumber": "C86",
      "passengerId": "LQTmC1KF7bV0",
      "vcrNumber": "1"
    },
    {
      "couponNumber": "C79",
      "passengerId": "ZOmlz1oNlq9u",
      "vcrNumber": "0"
    },
    {
      "couponNumber": "C75",
      "passengerId": "cV0hx37u3uGX",
      "vcrNumber": "2"
    },
    {
      "couponNumber": "C80",
      "passengerId": "IUuXksehgolU",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C45",
      "passengerId": "Jo6m2gtaFHHY",
      "vcrNumber": "8"
    },
    {
      "couponNumber": "C61",
      "passengerId": "kvHN3mFfgK7G",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C03",
      "passengerId": "3ZRJvl3alGtf",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C74",
      "passengerId": "PLWmT4pm4AwI",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C55",
      "passengerId": "inPiZkS7AXhb",
      "vcrNumber": "3"
    },
    {
      "couponNumber": "C41",
      "passengerId": "JfKZsIgZIg7s",
      "vcrNumber": "5"
    }
  ]
}
{
  "errors": [
    {
      "code": "ERR.500.INTERNAL_ERROR",
      "message": "Data Not Found",
      "source": "CKI",
      "type": "Application"
    },
    {
      "code": "ERR.500.INTERNAL_ERROR",
      "message": "Data Not Found",
      "source": "HOST",
      "type": "BusinessLogic"
    },
    {
      "code": "ERR.404.NOT_FOUND",
      "message": "Address Update Failed",
      "source": "ANCS",
      "type": "BusinessLogic"
    },
    {
      "code": "ERR.404.NOT_FOUND",
      "message": "Invalid Input",
      "source": "ANCS",
      "type": "Application"
    },
    {
      "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
      "message": "Invalid Input",
      "source": "CKI",
      "type": "BusinessLogic"
    }
  ],
  "passengerInfoList": [
    {
      "couponNumber": "C47",
      "error": {
        "code": "ERR.500.INTERNAL_ERROR",
        "message": "Data Not Found",
        "source": "HOST",
        "type": "Validation"
      },
      "infoText": "Selected",
      "passengerId": "ze03w2tMeYiQ",
      "status": "INCOMPLETE",
      "vcrNumber": "9"
    },
    {
      "couponNumber": "C47",
      "error": {
        "code": "ERR.404.NOT_FOUND",
        "message": "Address Update Failed",
        "source": "PNR",
        "type": "BusinessLogic"
      },
      "infoText": "Confirmed",
      "passengerId": "vFBOhce6BLUc",
      "status": "COMPLETE",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C59",
      "error": {
        "code": "ERR.500.INTERNAL_ERROR",
        "message": "Invalid Input",
        "source": "HOST",
        "type": "Application"
      },
      "infoText": "Selected",
      "passengerId": "Ota8GpT9vfBt",
      "status": "INCOMPLETE",
      "vcrNumber": "6"
    },
    {
      "couponNumber": "C30",
      "error": {
        "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
        "message": "Address Update Failed",
        "source": "ANCS",
        "type": "Application"
      },
      "infoText": "Selected",
      "passengerId": "3QgVQfyP4IZ5",
      "status": "NOT_PROCESSED",
      "vcrNumber": "8"
    },
    {
      "couponNumber": "C29",
      "error": {
        "code": "ERR.500.INTERNAL_ERROR",
        "message": "Invalid Input",
        "source": "ANCS",
        "type": "Validation"
      },
      "infoText": "OK",
      "passengerId": "pmdKmLMat6Eu",
      "status": "NOT_PROCESSED",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C53",
      "error": {
        "code": "ERR.500.INTERNAL_ERROR",
        "message": "Invalid Input",
        "source": "ANCS",
        "type": "Application"
      },
      "infoText": "Selected",
      "passengerId": "AtjvEFEohCpQ",
      "status": "NOT_PROCESSED",
      "vcrNumber": "3"
    },
    {
      "couponNumber": "C18",
      "error": {
        "code": "ERR.500.INTERNAL_ERROR",
        "message": "Invalid Input",
        "source": "ANCS",
        "type": "Validation"
      },
      "infoText": "Confirmed",
      "passengerId": "VosY2kCtf5WC",
      "status": "INCOMPLETE",
      "vcrNumber": "7"
    },
    {
      "couponNumber": "C51",
      "error": {
        "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
        "message": "Address Update Failed",
        "source": "PNR",
        "type": "Application"
      },
      "infoText": "Confirmed",
      "passengerId": "WTcfHTTQlzf9",
      "status": "NOT_PROCESSED",
      "vcrNumber": "1"
    },
    {
      "couponNumber": "C08",
      "error": {
        "code": "1609_ERR.INVALID_DESTINATION_ADDRESS",
        "message": "Address Update Failed",
        "source": "HOST",
        "type": "Validation"
      },
      "infoText": "Selected",
      "passengerId": "eC0BMRUglsNK",
      "status": "NOT_PROCESSED",
      "vcrNumber": "3"
    },
    {
      "couponNumber": "C99",
      "error": {
        "code": "ERR.500.INTERNAL_ERROR",
        "message": "Data Not Found",
        "source": "CKI",
        "type": "BusinessLogic"
      },
      "infoText": "Selected",
      "passengerId": "040Ln2il6IUT",
      "status": "INCOMPLETE",
      "vcrNumber": "6"
    }
  ],
  "status": "Incomplete",
  "systemTrackingId": "78c272c4-13ce-4dda-ade9-bb5658ae0f90",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "warnings": [
    {
      "code": "WARN.INVALID_FIELD",
      "element": "PassengerName",
      "message": "Data mismatch",
      "source": "CKI",
      "type": "Validation"
    },
    {
      "code": "ERR_MALFORMED_RESPONSE",
      "element": "CountsPerCabinList",
      "message": "Data mismatch",
      "source": "CKI",
      "type": "Validation"
    }
  ]
}
{
  "errorCode": "ERR.GENERAL",
  "message": "Check-in data not found using provided criteria.",
  "status": "Unknown",
  "systemTrackingId": "a4b63953-61e4-4f82-86e8-4773b625ce48",
  "timeStamp": "2026-08-25T00:00:00.0Z",
  "type": "Transport"
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Check-in data not found using provided criteria.",
  "status": "Complete",
  "systemTrackingId": "359b1309-66da-443b-9d67-7f3778364106",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "type": "Validation"
}
{
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Check-in data not found using provided criteria.",
  "status": "Complete",
  "systemTrackingId": "a966e6fc-8834-4bf9-8168-ba6568c77d3b",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "type": "BusinessLogic"
}
{
  "diagnostics": {},
  "errorCode": "ERR.2SG.SEC.MISSING_CREDENTIALS",
  "message": "Authentication data is missing",
  "status": "Incomplete",
  "timeStamp": "2026-08-24T00:00:00.0Z",
  "type": "Application"
}
sabretravelticketingcheck-invcr