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

Last updated