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.
- Make a request for a reservation using your current implementation.
- Make the same request but add the
Features: payment_clarity_package_v2
header. - 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