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.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}
- Test using live endpointhttps://payments-api.booking.com/connectivity-payments/reservations/{reservation-id}
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'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.
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": [] }