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": [] }