Taxi Supplier API

Getting started with webhooks

Webhooks can be used to receive requests from us in real-time. They allow our Supply Partners to provide us with prices for journeys and enable us to notify you of new bookings as they're created. You can begin using webhooks with your integration in just three steps:

  1. Build the webhook endpoints on your server.
  2. Provide us with your test details and our OAuth 2.0 credentials.
  3. We'll work with you to test and then enable in production.

Authentication

As our webhook payloads contain private data, communication between the Booking.com Taxi Public API and our Supply Partner APIs must be secure. Without building an OAuth 2.0 authentication implementation in your API, you won’t be able to consume our webhooks.

You can read more here.