Hotel Cancel Refund Details Mock Server

Retrieve exact refund amounts for Expedia Partner Solutions lodging bookings.

Hotel Cancel Refund Details provides an exact refund amount to travel agents or travelers directly if they cancel their booking at that point in time. This API is only supported for aggregator bookings created through Content Services for Lodging for Expedia Partner Solutions.

Use this hosted mock server to simulate Hotel Cancel Refund Details 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 cancellation refund calculations, verify response structures for aggregator-specific lodging bookings, and handle edge cases for refund eligibility before integrating with live Sabre systems.

Hotel Cancel Refund Details mock server is up and running!

Use this mock URL as the API base in your code to simulate Hotel Cancel Refund Details responses instantly.

https://sabre-hotel-cancel-refund.mock.beeceptor.com



Check Refund

{
  "confirmationId": "4",
  "corporateId": "3FvMUb8",
  "leadTravelerEmail": "Savanna.Bruen-Parker90@yahoo.com",
  "targetPcc": "9NN",
  "vendorCode": "IL"
}
{
  "cancellationPolicy": {
    "currencyCode": "BWP",
    "expirationDate": "2026-07-14",
    "expirationTime": "09:00:00.000-05:00",
    "refundAmount": "250.75"
  },
  "errors": [
    {
      "category": "UNAUTHORIZED",
      "description": "Client did not provide required data.",
      "fieldName": "confirmationId",
      "fieldPath": "confirmationId",
      "fieldValue": "7E",
      "type": "RESOURCE_NOT_FOUND"
    },
    {
      "category": "FORBIDDEN",
      "description": "Client did not provide required data.",
      "fieldName": "targetPcc",
      "fieldPath": "confirmationId",
      "fieldValue": "AB21S13",
      "type": "RESOURCE_NOT_FOUND"
    },
    {
      "category": "BAD_REQUEST",
      "description": "Internal system error occurred.",
      "fieldName": "confirmationId",
      "fieldPath": "confirmationId",
      "fieldValue": "test@example.com",
      "type": "BUSINESS_RULE_VIOLATION"
    },
    {
      "category": "UNAUTHORIZED",
      "description": "Client did not provide required data.",
      "fieldName": "corporateId",
      "fieldPath": "vendorCode",
      "fieldValue": "TM61",
      "type": "AUTHENTICATION_FAILED"
    }
  ],
  "request": {
    "confirmationId": "0",
    "corporateId": "N01sDeY",
    "leadTravelerEmail": "Judah_Koepp@yahoo.com",
    "targetPcc": "8IT",
    "vendorCode": "65"
  },
  "timestamp": "2026-06-16T00:00:00.0Z"
}
sabrehotelrefundtravellodging