Reservation breakdown
Understanding the Payments API
Version history
Implementation use cases and best practices
Receiving notifications
Managing payment and payout details
Understanding per person charges collection
Managing chargeable VCCs
Managing refundable VCCs
Testing your integration
Payments API
Reservation payout details
Bank transfer payout
VCC payout details, per accommodation reservation
VCCs to be charged
Refundable VCCs
Reservation Status API
About Try it
Retrieve a detailed price breakdown for a given reservation, including VAT, applicable taxes, and fees, per each room the guest booked.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/breakdown
- Test using live endpointhttps://payments-api.booking.com/connectivity-payments/reservations/{reservation-id}/breakdown
curl -i -X GET \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/breakdown' \
-H 'Authorization: Bearer <your_token>' \
-H 'accept-version: string'Response
{ "meta": { "ruid": "string" }, "data": { "reservation_id": "string", "property_id": "string", "payout_type": "string", "payment_tags": [ … ], "total_price_of_reservation": { … }, "partner_payout": { … }, "price_breakdown": [ … ] }, "errors": [], "warnings": [] }