> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/tokenization/tokenization-for-gift-cards-and-plcc.md).

# 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](broken://spaces/OiXbo96Og9EN7rz2U44K/pages/OnU159hHWJkJp14gc6AP) API public documentation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verifone.com/online-payments/tokenization/tokenization-for-gift-cards-and-plcc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
