# Tokenization

Tokenization refers to the storage of a credit card for future payments. The credit card data is stored as tokens for both the customer and the merchant, which simplifies and speeds up the payment process.

Please note: Tokenization does not guarantee that the amount can actually be charged.

### The benefits of tokenization

* Merchants can use the token to execute a charge in the Payrexx backend.
* Shoppers can save their credit card details in the shop for the next purchase.
* Card data can be stored for an unlimited period.
* Only the card number and expiration date are checked, not the credit limit.

### Increased security through tokenization

In tokenized payments, the credit card number (PAN, Primary Account Number) is not transmitted during the transaction but is replaced by a token. This increases the security of the payment.

## Integration

Tokenization with Payrexx can be set up via the API, Gateway, or [Payrexx tools](/merchant/english/account/tools.md).

### Via API or Gateway&#x20;

You can find instructions for implementing tokenization as a payment method via API or gateway in our developer documentation.

{% embed url="<https://docs.payrexx.com/developer/guides/gateway/payment-types/tokenization>" %}

### Via Payrexx Tools&#x20;

After registering a payment provider that supports tokenization, the "Tokenization" payment method can easily be selected in the [Payrexx Tools](/merchant/english/account/tools.md).

#### Example

The following example shows how to activate tokenization in the [Pages Tool](/merchant/english/account/tools/pages.md):&#x20;

<figure><img src="/files/qSd0u7iok7WXEZzb67tw" alt=""><figcaption><p>Activation of tokenization in the Payrexx Tool "Pages"</p></figcaption></figure>

### Subscription payments

{% hint style="info" %}
For subscription payments using tokenization, it is necessary to manually charge the stored credit card data (token) after the desired subscription period.
{% endhint %}

For more information on using tokenization for subscriptions, refer to the following article.

{% content-ref url="/pages/kg2lQhSFF8WdRJkMq74F" %}
[Subscriptions via tokenization (API)](/merchant/english/payment/functionalities/subcription/subscriptions-via-tokenization-api.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.payrexx.com/merchant/english/payment/functionalities/tokenization.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.
