Skip to content

VCCs to be charged

Provides information of the VCCs to be charged.

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
{ "meta": { "ruid": "string", "total_count": 0, "next_page": true }, "data": [ {} ], "errors": [], "warnings": [] }