Reservation payout details
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 breakdown
Bank transfer payout
VCC payout details, per accommodation reservation
VCCs to be charged
Refundable VCCs
Reservation Status API
About Try it
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": [] }