Skip to content

Payments API (1.0)

Retrieve payment and payout details for accommodation reservations, including partner payout information, breakdowns, bank transfer details, and VCC management.

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

Reservation payout details

Retrieve detailed partner payout information for accommodation reservations.

Operations

Reservation breakdown

Retrieve detailed breakdown for accommodation reservations with respect to partner payout.

Operations

Bank transfer payout

Retrieve Bank Transfer payout details for accommodation reservations.

Operations

VCC payout details, per accommodation reservation

Provides VCC payout details for an accommodation reservation

Operations

VCCs to be charged

Provides information of the VCCs to be charged.

Operations

Get chargeable VCCs for a property

Request

Retrieve information on chargeable VCCs associated with a given accommodation property.

Path
property-idintegerrequired
Query
pageinteger(int32)required
Example: page=1
page-sizeinteger(int32)required
Example: page-size=10
Headers
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/properties/{property-id}/chargeable-vccs?page=1&page-size=10' \
  -H 'Authorization: Bearer <your_token>'

Responses

Successfully retrieved chargeable VCCs for the accommodation property

Bodyapplication/json
metaobject(PaginationMeta)

Metadata for the response

dataArray of objects(ChargeableVCCInformation)

Data containing required information

errorsArray of any<= 0 items
warningsArray of any<= 0 items
Response
application/json
{ "meta": { "ruid": "string", "total_count": 0, "next_page": true }, "data": [ {} ], "errors": [], "warnings": [] }

Refundable VCCs

Provides information of the refundable VCCs.

Operations

Reservation Status API

Provides reservation status information with respect to a reservation ID.

Operations

About Try it

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.