# Vault Deployment Models

Juspay Hyperswitch supports multiple vault deployment models to match your PCI profile and infrastructure preferences. The table below summarizes each option; click a row to read the full integration guide.

**Deployment Model: Standalone Vaulting Service**

<table><thead><tr><th width="200">Vault Options</th><th width="200">PCI Ownership / Scope</th><th>Example Use Case</th></tr></thead><tbody><tr><td><a href="/pages/rVcWf9Om6ClMXX82iyIZ">SaaS Hyperswitch Vault</a></td><td>Merchant PCI Environment</td><td>Financial institutions requiring full data sovereignty and PCI control with raw payment method responses</td></tr><tr><td><a href="/pages/nTorP06xU5C9a69AldDg">SaaS Hyperswitch Vault</a></td><td>Non PCI Scope</td><td>Merchants wanting to avoid PCI scope while maintaining existing PSP relationships via Proxy API</td></tr><tr><td><a href="/pages/BQZIQNbTEE2dMu9GUG0i">Third-Party Vault</a></td><td>Merchant PCI Environment</td><td>Merchants already using third-party vault providers like VGS, TokenEx, or similar services</td></tr></tbody></table>

**Deployment Model: Self-Hosted Payments Orchestrator with Vaulting Service**

| Vault Options                                                                                                                                 | PCI Ownership / Scope | Example Use Case                                                                  |
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | --------------------------------------------------------------------------------- |
| [Self-Hosted Hyperswitch Vault](/integration-guide/workflows/vault/deployment-models/self-hosted-and-in-house-pci.md)                         | PCI Environment       | Large enterprises requiring full control over both orchestration and payment data |
| [SaaS Hyperswitch Vault](/integration-guide/workflows/vault/deployment-models/self-hosted-orchestration-with-saas-vault.md)                   | Non-PCI               | Mid-size merchants needing orchestration flexibility without PCI burden           |
| [Third-Party Vault](/integration-guide/workflows/vault/deployment-models/self-hosted-orchestration-with-external-or-third-party-pci-vault.md) | Non-PCI               | Businesses with existing vault investments (VGS, TokenEx) adding orchestration    |

**Deployment Model: SaaS Payments Orchestrator with Vaulting Service**

| Vault Options                                                                                                          | PCI Ownership / Scope                | Example Use Case                                                         |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------------------------------------------ |
| [SaaS Hyperswitch Vault](/integration-guide/workflows/vault/deployment-models/saas-orchestration-with-juspay-vault.md) | Managed by Hyperswitch               | Growing businesses seeking fully managed payment infrastructure          |
| [Third-Party Vault](/integration-guide/workflows/vault/deployment-models/saas-orchestration-with-third-party-vault.md) | Shared / External PCI Responsibility | SaaS companies with compliance requirements for specific vault providers |

<div align="center"><img src="/files/bygaXTrNBmhqK4I1z3mx" alt=""></div>

All deployment models share the same `payment_method_id` token standard and are compatible with the [Vault-Then-Pay](/integration-guide/payment-suite/payment-method-card.md) payment flow.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperswitch.io/integration-guide/workflows/vault/deployment-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
