Last updated

Implementing Payments clarity package v2

How to test

Make an API request to retrieve an existing reservation using the reservation ID (id) query parameter and specify the feature in the header to see and compare the changes.

  1. Make a request for a reservation using your current implementation.
  2. Make the same request but add the Features: payment_clarity_package_v2 header.
  3. Compare the responses to understand how your price calculations will need to change.

For example, you can send a cURL request by adding the header as follows:

curl -X GET -H "Authorization: Basic xxxxx" -H "Features: payment_clarity_package_v2" -H "Cache-Control: no-cache" https://secure-supply-xml.booking.com/hotels/ota/OTA_HotelResNotif