Refundable VCCs
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
Bank transfer payout
VCC payout details, per accommodation reservation
VCCs to be charged
Reservation Status API
About Try it
Retrieve details on refundable VCCs associated with a given accommodation property.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/properties/{property-id}/refundable-vccs
- Test using live endpointhttps://payments-api.booking.com/connectivity-payments/properties/{property-id}/refundable-vccs
curl -i -X GET \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/properties/{property-id}/refundable-vccs?page=1&page-size=10' \
-H 'Authorization: Bearer <your_token>'Response
{ "meta": { "ruid": "string", "total_count": 0, "next_page": true }, "data": [ { … } ], "errors": [], "warnings": [] }