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

# Vaulting

Vaulting is Gr4vy's secure card storage and forwarding capability. It covers three related workflows:

1. **Tokenization** — capture and store card details in the Gr4vy vault. Using Secure Fields or the mobile SDK keeps raw PAN off your servers; direct API tokenization requires a PCI-compliant environment.
2. **PSP tokenization** — provision a provider-specific token for a vaulted card on a payment service. Use this when a downstream service requires its own token format rather than raw card data.
3. **Vault Forwarding** — proxy stored card data directly to a third-party PCI-compliant endpoint, such as a booking system, loyalty platform, or order management service.

Together these capabilities let you handle card data securely across your entire stack — from first capture through to downstream partners — while helping to reduce your PCI scope.

## Get started

1. [Tokenize a card](./tokenize) to store it in the vault
2. [Provision a PSP token](./psp-tokens) if a downstream service requires a provider-specific token
3. [Forward vaulted data](./forward) to a third-party API endpoint

## Explore further

Once the basics are in place, the feature guides cover the rest of what Vaulting can do.

<CardGroup cols={2}>
  <Card title="PSP Tokenization" icon="sliders" href="/guides/features/psp-tokenization/overview">
    Provision, list, and delete provider-specific card tokens
  </Card>

  <Card title="Enable an endpoint" icon="gear" href="/guides/features/vault-forwarding/enable">
    Allow a host to receive forwarded PCI data in production
  </Card>

  <Card title="CVV & Secure Fields" icon="lock" href="/guides/features/vault-forwarding/checkout-sessions">
    Forward a security code collected via Secure Fields or a checkout session
  </Card>

  <Card title="3DS forwarding" icon="shield-check" href="/guides/features/vault-forwarding/3ds">
    Forward 3DS authentication data alongside card details
  </Card>

  <Card title="Network token forwarding" icon="circle-nodes" href="/guides/features/vault-forwarding/network-tokens">
    Forward network tokens and cryptograms to third-party endpoints
  </Card>

  <Card title="Advanced authentication" icon="key" href="/guides/features/vault-forwarding/authentication">
    Configure request signing, mutual TLS, or payload encryption
  </Card>
</CardGroup>
