Retrieve payment and payout details for accommodation reservations, including partner payout information, breakdowns, bank transfer details, and VCC management.
Bank transfer payout
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
Reservation breakdown
VCC payout details, per accommodation reservation
VCCs to be charged
Refundable VCCs
Reservation Status API
About Try it
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}/payout/bt
- Test using live endpointhttps://payments-api.booking.com/connectivity-payments/reservations/{reservation-id}/payout/bt
- 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}/payout/bt' \
-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", "payout": { … } }, "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.