---
title: "Get refundable VCCs for a property"
method: GET
path: "/connectivity-payments/properties/{property-id}/refundable-vccs"
tags: ["Refundable VCCs"]
---

# Get refundable VCCs for a property

`GET /connectivity-payments/properties/{property-id}/refundable-vccs`

Retrieve details on refundable VCCs associated with a given accommodation property.

## Path parameters

- `property-id` integer, required

## Query parameters

- `page` integer, required
- `page-size` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Successfully retrieved refundable VCCs for the accommodation property

- AccommodationVCCRefundResponse — Response having information regarding VCC refunds associated with an accommodation reservations
  - `meta` PaginationMeta — Metadata for the response
    - `ruid` string, required
    - `total_count` integer, required — Total number of records.
    - `next_page` boolean, required — Next page exists
  - `data` VCCRefundInformation[] — Data containing required information
    - `reservation_id` integer — Accommodation reservation identifier
    - `refund_status` string — Refund status
    - `vcc_id` string — VCC identifier
    - `refund_amount` AmountRefund — Contains information on the amount to be refunded.
      - `currency` string — Currency of the amount.
      - `value` string — Amount to be refunded.
      - `decimals` integer — Number of decimals in the amount.
    - `refund_due_date` string — Due date for the refund
    - `reason` string — Reason for the refund
    - `comment` string, nullable — Additional comments for the refund
  - `errors` unknown[]
    - unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — Invalid request payload.
- `401` — Unauthorized. Missing or invalid authentication token.
- `403` — Access Denied!
- `429` — You exceeded the rate limit.
- `500` — The request failed with an internal server error.

---

[API](https://skmtc.net/booking/apis/payments-api.md) · [All operations](https://skmtc.net/booking/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/payments-api/revisions/3c0b3d08cb90/schema)
