Sabre VoidPnr API Mock Server

Void existing Passenger Name Records (PNR) within the Sabre system.

The VoidPnr API allows developers to programmatically void tickets or PNRs within the Sabre environment. This service is essential for managing booking cancellations and ensuring that financial transactions associated with a PNR are correctly nullified according to airline business rules.

Use this hosted mock server to simulate Sabre VoidPnr API 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 validate booking lifecycle flows such as PNR voiding, ticket status updates, error handling for non-voidable bookings, and downstream fulfillment synchronization after a void request is processed.

Sabre VoidPnr API mock server is up and running!

Use this mock URL as the API base in your code to simulate Sabre VoidPnr API responses instantly.

https://sabre-voidpnr.mock.beeceptor.com



VoidPnr

{
  "clientContext": {
    "accountingCity": "Jqm",
    "accountingCode": "PY",
    "countryCode": "MH",
    "printerLniata": "7",
    "pseudoCityCode": "uXR",
    "stationNumber": "0"
  },
  "reloc": "BZNJWS"
}
{
  "cancelled": true,
  "reloc": "KVXKBE",
  "ticket": [
    {
      "message": "PREVIOUSLY VOIDED-1478",
      "number": "4622124885385",
      "result": "Voided"
    }
  ]
}
{
  "details": {
    "path": "/voidPnr"
  },
  "errorCode": "500 INTERNAL SERVER ERROR",
  "message": "Internal system error occurred",
  "timestamp": "Wed Jun 17 2026 00:09:02 GMT+0000 (Coordinated Universal Time)"
}
{
  "details": {
    "path": "/voidPnr"
  },
  "errorCode": "422 UNPROCESSABLE ENTITY",
  "message": "Resource not found",
  "timestamp": "Tue Jun 16 2026 03:34:31 GMT+0000 (Coordinated Universal Time)"
}
sabretravelpnrticketingrest