> ## Documentation Index
> Fetch the complete documentation index at: https://developers.pcibooking.net/llms.txt
> Use this file to discover all available pages before exploring further.

# For Hotels & Accommodation Providers

> Learn how hotels use PCI Booking to receive tokenized card data from OTAs, display card details securely, process charges, and manage CVV data.

# For Hotels & Accommodation Providers

PCI Booking helps hotels and accommodation providers handle guest payment cards without managing PCI DSS compliance in-house. When an OTA or booking channel sends you a tokenized card, PCI Booking lets you view the card details securely, process charges through your preferred gateway, and manage CVV data according to your retention policies.

Instead of receiving raw card numbers (which would put you in PCI scope), you receive tokens that PCI Booking converts into real card data only when needed, such as at the point of charge or when displaying the card to authorized staff.

## Where to Start

<CardGroup cols={2}>
  <Card title="How PCI Booking Works" icon="diagram-project" href="/concepts/how-pci-booking-works">
    Understand tokenization and how card data flows between OTAs and hotels.
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/start-here/quickstart">
    Set up your PCI Booking account and start processing tokens.
  </Card>

  <Card title="Receive Tokens from OTAs" icon="inbox" href="/manage-tokens/overview">
    Learn how to manage tokens shared with you by OTAs and booking channels.
  </Card>

  <Card title="Display Card Details" icon="eye" href="/use-tokens/card-display">
    Show card data to authorized hotel staff using a secure, embedded iframe.
  </Card>

  <Card title="Charge Guest Cards" icon="money-check-dollar" href="/use-tokens/charge">
    Process charges, authorizations, and refunds through your payment gateway.
  </Card>

  <Card title="CVV Management" icon="lock" href="/manage-tokens/cvv-management">
    Configure CVV retention policies and capture CVV when needed for charges.
  </Card>

  <Card title="3D Secure Authentication" icon="shield-check" href="/manage-tokens/3ds-auth-management">
    Add 3D Secure authentication data to tokens for SCA compliance.
  </Card>

  <Card title="Common Use Cases" icon="route" href="/use-cases/how-do-i">
    Browse workflows designed for hotel scenarios.
  </Card>
</CardGroup>

## Typical Hotel Workflows

* **Receive and display**: An OTA sends a booking with a token. Your front desk staff views the card through a secure display form. See [Card Display](/use-tokens/card-display).
* **Receive and charge**: Use the token to charge the guest's card through your payment gateway at check-in or check-out. See [Charge](/use-tokens/charge).
* **CVV capture for charges**: If the CVV was not stored or has expired, send a secure link to the guest to recapture it. See [CVV Capture](/capture-cards/cvv-capture).

## Testing Your Integration

Validate your setup using PCI Booking's sandbox environment before processing real guest cards. See [Testing and Going Live](/getting-started/testing-and-going-live).
