Skip to content

Reservation payout details

Retrieve detailed partner payout information for accommodation reservations.

Get payout details for a reservation

Request

Retrieve payout details for a reservation, including the estimated amount to be collected at the property, payout status and amount, commissions and charges, VCC or bank transfer payout details, and price breakdown.

Path
reservation-idintegerrequired

The unique identifier of the reservation.

Headers
accept-versionstring

API version to use.

Authorizationstringrequired

Bearer token for authentication.

Example:Bearer <your_token>
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}' \
  -H 'Authorization: Bearer <your_token>' \
  -H 'accept-version: string'

Responses

Successfully retrieved payout details including the estimated amount to be collected at the property, payout status and amount, commissions and charges, VCC or bank transfer payout details, and price breakdown.

Bodyapplication/json
metaobject(DefaultMeta)

Response metadata

dataobject(PayoutDetails)

Payout details

errorsArray of any, <= 0 items
warningsArray of any, <= 0 items
Response
{ "meta": { "ruid": "string" }, "data": { "reservation_id": "string", "property_id": "string", "payout_type": "string", "payout_status": "string", "payment_tags": [], "total_price_of_reservation": {}, "partner_payout": {}, "payout": {}, "price_breakdown": [] }, "errors": [], "warnings": [] }