Hotel Cancel Refund Details Virtual Sandbox
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 sandbox 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.
Check Refund
POST
{
"confirmationId": "9",
"corporateId": "64NNmYj",
"leadTravelerEmail": "Amaya.Ruecker6@yahoo.com",
"targetPcc": "2FM",
"vendorCode": "PP"
}{
"cancellationPolicy": {
"currencyCode": "FKP",
"expirationDate": "2026-08-01",
"expirationTime": "23:37:59.012-08:00",
"refundAmount": "250.75"
},
"errors": [
{
"category": "NOT_FOUND",
"description": "Client did not provide required data.",
"fieldName": "targetPcc",
"fieldPath": "leadTravelerEmail",
"fieldValue": "12345",
"type": "RESOURCE_NOT_FOUND"
},
{
"category": "NOT_FOUND",
"description": "The provided ID is invalid.",
"fieldName": "leadTravelerEmail",
"fieldPath": "corporateId",
"fieldValue": "test@example.com",
"type": "BUSINESS_RULE_VIOLATION"
},
{
"category": "INTERNAL_SERVER_ERROR",
"description": "The provided ID is invalid.",
"fieldName": "targetPcc",
"fieldPath": "confirmationId",
"fieldValue": "12345",
"type": "AUTHENTICATION_FAILED"
},
{
"category": "INTERNAL_SERVER_ERROR",
"description": "The provided ID is invalid.",
"fieldName": "leadTravelerEmail",
"fieldPath": "confirmationId",
"fieldValue": "TM61",
"type": "AUTHENTICATION_FAILED"
}
],
"request": {
"confirmationId": "1",
"corporateId": "f0lWIr2",
"leadTravelerEmail": "Deontae_Wehner@hotmail.com",
"targetPcc": "YF32",
"vendorCode": "XE"
},
"timestamp": "2026-07-21T00:00:00.0Z"
}Service Homepage: developer.sabre.com/rest-api/hotel-cancel-refund-details/1.0
sabrehotelrefundtravellodging