Retrieve payment and payout details for accommodation reservations, including partner payout information, breakdowns, bank transfer details, and VCC management.
Payments API (1.0)
Download OpenAPI description
Overview
URLConnectivity Team
Languages
Servers
Test static response
https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification
Test using live endpoint
https://payments-api.booking.com
- Test static responsehttps://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
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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
application/json
{ "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": [] }
Learn how to effectively use the Try it feature in the Payments API documentation.
Use the Try it feature to send test request examples to the API endpoints directly from the developer portal and depending on the selected environment either see static, pre-built responses or dynamic responses from a test property.