Native in-app experience
Drop the search and booking flow directly inside your native app — your brand, your design system, your retention metrics. Tictactrip stays invisible to the end user.
Add European train and bus booking inside your app without becoming a travel company. One REST API, 250+ carriers, ticket delivery built in.
Neobanks, loyalty programs and super-apps already hold the user, the wallet and the payment surface. The next high-margin move is embedded travel — booking trains and intercity buses inside your existing app without sending users to a third-party site.
Tictactrip is the infrastructure that makes that practical. One REST integration unlocks 250+ European rail and bus carriers, real-time pricing and end-to-end ticket delivery. Your engineering team integrates a single API; your users see your brand.
The capabilities partners ship on day one.
Drop the search and booking flow directly inside your native app — your brand, your design system, your retention metrics. Tictactrip stays invisible to the end user.
Layer points redemption, cashback and rewards on top of net fares. The booking workflow exposes the price components your loyalty engine needs.
CO₂ emissions per passenger ship with every itinerary, so you can power green spend categorization, carbon budgets and offset programs without third-party data.
OpenAPI spec, Postman collection, step-by-step tutorial. Prototype on day one and go live in 2 to 6 weeks instead of negotiating with carriers individually.
The same endpoint powers every Tictactrip integration. Authenticate, send a search payload, and receive itineraries with price, duration, carrier and CO₂ emissions. Then book through /book and deliver tickets to your users.
# In-app search: Paris → Barcelona, 2 passengers
curl -X POST 'https://api.tictactrip.eu/v2/results' \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"originGpuid": "c|FRpari____@u09tu",
"destinationGpuid": "c|ESbarc____@sp3d2",
"outboundDate": "2026-07-14T00:00:00Z",
"passengers": [{"age": 30}, {"age": 30}]
}'The points product and engineering teams check before integrating.
Yes. The API is REST-based and consumed from your backend or directly from your mobile client. Most fintech partners proxy calls through their own backend to keep the auth token server-side.
Tictactrip currently returns tickets as PDFs. You can email them to users, attach them to confirmations or render them directly inside your app.
Yes. The booking response exposes the price components you need to apply your own markup, cashback rules or points redemption logic — Tictactrip handles the underlying carrier settlement.
Most fintech partners route payment through their existing PSP and call Tictactrip with the net fare. We also support direct booking flows where Tictactrip handles payment end-to-end — your sales contact will walk you through both options.
Tell us about your project and we'll come back within one business day with a tailored plan.