# Tokenization for Gift Cards and PLCC

Verifone also offers the possibility of tokenizing gift cards and Private Label Credit Cards (PLCC). The process is similar to tokenizing a regular card.

This functionality helps the customer perform cross-channel transactions which include the use of gift cards/ private label credit cards.

**Additional notes:**

* Expiration date of the gift card / PLCC is optional for the tokenization
* The gift card / PLCC PAN can have a length of minimum 4 digits
* The client needs to indicate in the payment request the card brand GIFT\_CARD / PLCC and / or the account type STORED\_VALUE / PRIVATE\_LABEL along with the token
* Sale, Pre-auth, Void and Refund would be the supported request types using the re-use token generated for the gift cards / PLCCs
* At the moment the tokenization can be performed only via the PUT and PATCH /v2/card endpoints and not via the endpoints used for initiating a payment (e.g.: POST /v2/transactions/card endpoint). Check the [eComm](/api-reference/open-api-references/ecommerce.md) API public documentation.


---

# 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.verifone.com/online-payments/tokenization/tokenization-for-gift-cards-and-plcc.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.
