Documentation
  • Documentation
  • Requirements
    • API Settings
  • Web SDKs and APIs
    • Components
    • Form (redirect)
      • Introduction
        • Demo Client (Test Client)
        • 3D Secure
      • Variables - names, lengths and formats
        • How to calculate digest
        • Supported Card Issuers
        • Form Rules
        • Installments
        • Tokenize Brands
        • Custom Params
        • Custom Attributes
        • Supported Payment Methods
        • Transaction Types
      • Notifications
    • LightBox
  • eCommerce Plugins
    • WooCommerce
    • Magento
    • Prestashop
  • Mobile SDKs
  • API Documentation
    • API v1
      • Direct API
      • Transaction management
    • API v2
      • Requirements - API v2
      • Payment API
      • Pay By Link API
      • Payment Method API
      • Token API
      • Customers API
      • Card on File Payment
      • Subscriptions
        • Create Subscription
        • Update Subscription
        • Create/Update/Get Response
      • Customer Subscription
        • Create Customer Subscription
        • Update Customer Subscription
        • Create/Update/Get Response
      • Recurring payments
    • Notifications
    • List of response codes
  • WebRisk
  • 🟣Knowledge Center
    • Payments
    • WebPay Account
Powered by GitBook
On this page
  1. Web SDKs and APIs
  2. Form (redirect)
  3. Variables - names, lengths and formats

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

PreviousInstallmentsNextCustom Params

Last updated 2 years ago