
Travco Hotel API Integration via Vervotech
Travco is a B2B bedbank and hotel wholesaler headquartered in London. It contracts directly with hotels and resells inventory through XML and REST APIs to OTAs, tour operators, and travel agencies. Vervotech maps the Travco catalog to canonical hotel IDs so every property a customer pulls from Travco aligns 1:1 with the same property served by peer bedbanks and direct suppliers.
Integration snapshot
- Supplier
- Travco
- Type
- Bedbank or wholesaler
- Origin country
- London
- Region
- Global
- Coverage tier
- Production-grade
- Canonical mapping
- Vervotech hotel + room IDs
- Schema unification
- Names, addresses, geocodes, amenities, room types, board types
- Delivery
- REST API, offline file sync, on-demand match
What Vervotech does for Travco
- Canonical hotel IDs. Each Travco property resolves to a single Vervotech hotel ID shared with every other connected supplier.
- Room-level mapping. Identical room types from Travco collapse with peer suppliers' equivalents into a canonical room ID, so you can shop rates without duplicate inventory.
- Continuous refresh. Static and dynamic Travco content is pulled on a recurring cycle, so newly contracted properties enter the mapped catalog without engineering work.
- One REST endpoint. Call Travco content through the same Vervotech endpoint that serves the rest of your supplier mix.
- Bedbank deduplication. Where Travco overlaps with peer bedbanks on the same property, Vervotech keeps a single canonical record and exposes both rate options under one listing.
How the Travco integration works
- Ingest. Vervotech pulls the Travco hotel content feed on a continuous refresh cycle. Both static (hotel attributes) and structural (room and board types) data are captured.
- Normalize. Travco's schema is mapped to a canonical Vervotech model. Currency, language, geocoding, and amenity vocabularies are standardized.
- Resolve. Every Travco property is matched to a canonical Vervotech hotel ID using deterministic rules (address, geocode, name) and ML scoring trained on 3M+ properties.
- Deduplicate rooms. Equivalent room types from Travco are collapsed with peer supplier rooms into a canonical room ID.
- Expose. Travco content is reachable through one Vervotech REST endpoint, mixed with the rest of your supplier inventory.
Travco in depth
Travco is a UK-based hotel wholesaler and destination management operator active across Europe, the UK, and increasingly the Middle East. The Travco API distributes contracted hotel rates from a portfolio spanning around 100,000 properties, with particular strength in Egypt, Turkey, the UK, and Continental Europe. Travco is best known to trade agents through the Travco Portal and to system integrators through its XML feeds and later REST endpoints.
Vervotech consumes the Travco API on the same footing as 400+ other hotel suppliers. You call one Vervotech REST endpoint. We handle the Travco session, the XML request envelope where required, and the property catalog sync. Your rooms and rates come back with canonical Vervotech hotel IDs, so a Travco property is instantly comparable to the same hotel from Hotelbeds, Expedia Rapid, or any other supplier in your stack.
Travco API endpoints, mapped through Vervotech
The Travco API exposes a hotel search-book-cancel funnel and a small set of reference methods. Vervotech reads every one of them and returns the merged result through a single REST call, so you never touch Travco's XML envelope directly.
| Endpoint | What it does |
|---|---|
Hotel search | Live availability by destination code or hotel code, dates, and occupancy. Vervotech returns Travco rates side by side with peer suppliers on the same canonical hotel ID. |
Hotel rules / rate check | Rate verification and cancellation-policy retrieval before booking. Vervotech calls this on your behalf and returns MATCHED or the new rate. |
Book | Places the reservation with guest and payment info. Vervotech proxies to Travco and returns the Travco reference plus a canonical Vervotech booking ID. |
Booking retrieval | Full itinerary retrieval by Travco reference. Vervotech surfaces confirmation numbers and room breakdown via one canonical call. |
Cancel | Cancels a confirmed booking. Vervotech maps Travco cancellation policies to our canonical rate-rule schema so your UI stays consistent. |
Static content | Property catalog, descriptions, images, geocodes, board types. Vervotech runs the catalog sync on a scheduled refresh cycle. |
Destination reference | Country, city, and destination hierarchy. Vervotech unifies this with 3M+ properties from every other supplier. |
How you connect Travco through Vervotech in 5 steps
- Step 1. Sign up for Vervotech. Create a Vervotech account and grab your REST API key. 7-day free trial, no credit card.
- Step 2. Enable Travco in your dashboard. Toggle Travco on. Plug your Travco API credentials into the Vervotech dashboard. Vervotech can help route the Travco partnership request if you do not have credentials yet.
- Step 3. Sync property IDs. Vervotech maps every Travco property code to a canonical Vervotech hotel_id. You get a CSV or an API endpoint to reconcile your existing IDs with ours.
- Step 4. Call the unified shopping endpoint. One HTTPS POST returns rates from Travco, Hotelbeds, Expedia Rapid, and every other supplier you have enabled. Compare margins per room across suppliers in a single JSON response.
- Step 5. Book via the Vervotech booking API. Pass the room token. Vervotech follows the Travco search-check-book chain on your behalf and returns the booking reference plus cancellation and modification links on the canonical booking record.
Travco API access and eligibility
Travco API access is granted through the Travco commercial team following a distribution agreement. Test credentials are provided after sign-off. Vervotech-mapped customers keep their commercial relationship with Travco and use their own credentials on the Vervotech dashboard; Vervotech is the technical integration layer, not the commercial counterparty.
Direct Travco API vs Travco via Vervotech
| Concern | Direct integration | Through Vervotech |
|---|---|---|
| Suppliers reachable | Travco only | Travco + 400+ others through one endpoint |
| Auth | Travco-specific credentials on every call, XML or REST | One Vervotech API key, we handle Travco auth |
| Content sync | Self-managed catalog refresh | Handled by Vervotech, exposed as canonical hotel objects |
| Booking funnel | Search -> Rules -> Book -> Retrieval, self-tracked session | One Vervotech booking call |
| Cross-supplier price shop | Not possible from Travco alone | Direct, on shared canonical hotel + room IDs |
| Regional strength | Strong in Egypt, Turkey, UK, Europe | Same, plus every other supplier's regional strength blended in |
Example Travco response via Vervotech
Vervotech returns Travco properties enriched with canonical IDs that match the same property as served by peer suppliers.
GET /v3/hotels?supplier=travco&country=lo
Authorization: Bearer YOUR_VERVOTECH_KEY
200 OK
{
"supplier": "Travco",
"hotels": [
{
"vervotech_id": "vt_8f3a91...",
"travco_id": "SUP_REF_12345",
"name": "Example Hotel Tra",
"address": "...",
"geo": { "lat": ..., "lng": ... },
"rooms": [ { "vervotech_room_id": "vrm_...", "travco_room_id": "RM_77" } ]
}
]
}
Schema is illustrative. See the Hotel Mapping API documentation for the full spec.
Vervotech-mapped Travco vs direct Travco integration
| Direct Travco | Travco via Vervotech | |
|---|---|---|
| Integration effort | Per-supplier XML or REST mapping, schema work, ID reconciliation | One REST endpoint shared with 152+ other suppliers |
| Canonical IDs | Travco-specific IDs, no peer alignment | Vervotech hotel + room IDs shared across every supplier |
| Deduplication with peer suppliers | Build it yourself | Built in, with confidence scores |
| Rate shopping across suppliers | Requires custom matching layer | Direct, properties share canonical IDs |
| Mapping accuracy | Self-managed | 99.998% on 3M+ properties, continuously monitored |
| Time to first integrated query | Weeks to months | Same day via free trial |
Typical Travco use cases
- OTAs and metasearch: blend Travco rates with peer suppliers behind a single property listing, with no duplicates and no schema drift.
- Travel agencies and TMCs: route bookings to Travco when its rate wins, fall back to alternates when it does not, all under one mapped catalog.
- Corporate travel: normalize Travco content into one travel-policy view across regions and brands.
- Post-booking margin capture: watch Travco and peer rates after the original booking and rebook automatically via Vervotech Profit Maximizer when a cheaper rate appears.
Related Vervotech capabilities
Frequently asked questions
What is Travco?
- Travco is a bedbank or wholesaler based in London that distributes hotel inventory. Vervotech maps the Travco catalog to canonical hotel IDs so it can be queried through the same API as 152+ other suppliers.
How does Vervotech integrate Travco?
- Vervotech ingests the Travco feed on a continuous refresh cycle, normalizes its schema (hotel attributes, room types, geographic data) to a canonical model, and resolves every property to a Vervotech hotel ID. Customers call one REST endpoint and receive Travco content alongside every other connected supplier.
What Travco data is mapped?
- Static content (hotel names, addresses, geocodes, amenities, images, descriptions) and structural data (room types, board types, occupancy rules) are mapped to canonical Vervotech IDs. Dynamic data (rates, availability) is passed through with canonical ID enrichment so customers can rate-shop Travco against peers.
Can I rate-shop Travco against other suppliers?
- Yes. Because Travco properties share canonical hotel and room IDs with the rest of the Vervotech network, rates from Travco are directly comparable with peer suppliers under the same property listing. Profit Maximizer can also automatically rebook to a better source after the original booking if the price drops.
What is the Travco coverage tier on Vervotech?
- Travco is currently in the production-grade tier on Vervotech's mapping pipeline. Coverage is monitored continuously and re-computed as Travco publishes new inventory or schema changes.
How long does it take to go live with Travco through Vervotech?
- Customers with a Vervotech account can start querying Travco content immediately, no separate Travco integration project required. The 7-day free trial gives access to Travco content alongside the rest of the supplier network from day one.
What does Travco integration cost?
- Vervotech Hotel Mapping starts at $499 a month and includes the full supplier network. Bundle packages discount up to 50% when you connect multiple suppliers. There are no per-supplier integration fees on top of the subscription.
Is the Travco API different from the Travco Portal?
- Yes. The Travco Portal is Travco's own trade booking website. The Travco API is the programmatic interface that system integrators consume to distribute the same inventory into their own booking engines.
Does Travco cover destinations outside Europe?
- Travco has strong Egyptian, Turkish, and Middle Eastern coverage in addition to the UK and Continental Europe, and is expanding elsewhere. Combining Travco with peer suppliers through Vervotech gives full global reach with Travco's regional depth.
Does Vervotech require me to move my Travco contract?
- No. Your commercial contract stays with Travco. Vervotech is a technical layer on top of your Travco credentials, and you continue to receive Travco's rate agreements as-is.
Can I rate-shop Travco against other UK and European suppliers?
- Yes. Because Travco properties share canonical hotel and room IDs with 400+ other suppliers on Vervotech, you can compare a Travco rate to the same room from Hotelbeds, Expedia Rapid, or any peer supplier on the same property listing.
What happens if a Travco property is not in the Vervotech catalog?
- Vervotech's mapping pipeline continuously ingests Travco's property list and matches new hotels to canonical IDs. Newly listed Travco properties are usually mapped within the refresh cycle. Unmapped properties still return through the API with a Travco-native identifier.
Official Travco documentation and mentions
Start with Travco today
Call Travco inventory through one mapped endpoint, alongside 152+ other suppliers, in under a day.
Product Tour Explore all suppliers