---
title: "Get VCC payout details for a reservation"
method: GET
path: "/connectivity-payments/reservations/{reservation-id}/payout/vcc"
tags: ["VCC payout details, per accommodation reservation"]
---

# Get VCC payout details for a reservation

`GET /connectivity-payments/reservations/{reservation-id}/payout/vcc`

Retrieve information on the virtual credit cards associated with a reservation and changes to the VCC payout.

## Path parameters

- `reservation-id` integer, required

## Query parameters

- `vcc-id` string

## Headers

- `accept-version` string
- `Authorization` string, required

## Response `200`

Successfully retrieved information about the VCCs associated with respective accommodation reservation

- VCCPayoutResponse — Response containing VCC payout information for a reservation
  - `meta` DefaultMeta — Metadata for the response
    - `ruid` string — Request unique identifier
  - `data` VCCPayoutData — VCC payout information for a reservation
    - `reservation_id` string — Accommodation reservation identifier
    - `property_id` string — Property identifier
    - `payout_type` string — Type of payout: GROSS, NET, or UNKNOWN.
    - `payout` object — Payout instruments
      - `virtual_credit_cards` PayoutVCC[] — Virtual credit card payouts
        - `activation_date` string, date — Date the VCC becomes active
        - `id` string, required — VCC identifier
        - `current_balance` AmountVCCBalance, required — Contains information on the current balance of the VCC.
          - `currency` string — Currency of the amount.
          - `value` string — Current balance of the VCC.
          - `decimals` integer — Number of decimals in the amount.
        - `expiration_date` string, date — Date the VCC expires
        - `status` string, required — Possible VCC status values: NOT_LOADED, FUNDED, AVAILABLE, PARTIALLY_CHARGED, FULLY_CHARGED, CANCELLED, or UNKNOWN.
        - `card_details` VCCCardDetails, required — Card details for a virtual credit card
          - `cvc` string, required — Card verification code
          - `card_name` string, required — Name on the card
          - `card_number` string, required — Card number
          - `card_type` string — Type of the VCC
          - `card_expiry` string, required — Card expiry date (MM/YY)
  - `errors` unknown[]
    - unknown
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — Invalid request payload.
- `401` — Unauthorized. Missing or invalid authentication token.
- `403` — Access Denied!
- `404` — The reservation data is not found at this moment.
- `410` — Reservation cannot be processed because the checkout date is older than the allowed 18-months window.
- `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)
