---
title: "Tokenize Brands"
slug: "tokenize-brands"
updated: 2025-07-09T13:42:27Z
published: 2025-07-09T13:42:27Z
canonical: "docs.monri.com/tokenize-brands"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monri.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tokenize Brands

`tokenize_brands` - provide this value if you want to limit card tokenization to card brand(s). Multiple brands can be sent (separated by comma).

This value is used in conjunction with `tokenize_pan_offered = true` .

Supported brands:

* `visa`
* `master`
* `maestro`
* `diners`
* `amex`
* `jcb`
* `discover`

Example:

* Set `tokenize_pan_offered` to `true`
* Set value `tokenize_brands` to `master,maestro` (comma separated values)
* Submit prepared data
* Enter `mastercard` or `maestro` card number in `card number` field
  * Save card for future payments is shown
  * Check `Save card for future payments`
  * Proceed with payment
  * Entered card is successfully tokenized
  * `pan_token` value is added to success\_url if redirect to success url is enabled in merchant profile
* Enter `visa`, `diners`, `discover` or `amex` card number in `card number` field
  * Save card for future payments is now hidden & disabled
  * Proceed with payment
  * Card is not tokenized upon transaction approval
