# Tokenization & Vaulting

The Juspay Hyperswitch Card Vault enables you to securely store customer card details in a centralized, PCI DSS Level 1-compliant vault. It simplifies payment flows by offering tokenized card storage and retrieval. This ensures secure and seamless transactions, particularly for recurring payments, enhancing user experience and operational efficiency.

### Benefits:

* **Enhanced Security**: By tokenizing and securely storing sensitive card details, the feature reduces the risk of data breaches and simplifies compliance.
* **Improved User Experience**: Customers can reuse saved cards across transactions, reducing checkout friction.
* **Seamless Recurring Payments**: Automatic updates to tokenized card details ensure uninterrupted subscription payments, minimizing churn.
* **Global Compatibility**: Supports various payment processors and is compliant with international standards like PCI DSS and PCI SSS.

#### Learn how to save a payment method in Hyperswitch during payments:

{% content-ref url="/pages/vjpY8TSr0sGJmjWYiifd" %}
[Saving Payment Method](/integration-guide/payment-suite/payments/save-a-payment-method.md)
{% endcontent-ref %}

#### Learn about PG Agnostic Recurring payments/Card Forwarding through Hyperswitch:

{% content-ref url="/pages/MPyUeDx99Vh9Vbg50VzW" %}
[PG Agnostic Card Forwarding](/other-features/tokenization-and-saved-cards/pg-agnostic-recurring-payments.md)
{% endcontent-ref %}

#### Learn how to use Network Tokenisation in Hyperswitch:

{% content-ref url="/pages/1pKZACxjMJbYkPvQaTqS" %}
[Network Tokenisation](/other-features/network-tokenisation.md)
{% endcontent-ref %}

#### Learn about our Standalone Vault service - No payment orchestration required:

{% content-ref url="/pages/SMlOZu1m2PnVsbfcDxLl" %}
[Vault](/integration-guide/workflows/vault.md)
{% endcontent-ref %}


---

# 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/other-features/tokenization-and-saved-cards.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.
