• France
status page
demonstrations
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
Functional guides

Show / Hide

  • CVV
  • PAN help icon

CVV

.

Example of integration

  • KR.fields.cvv.hide();: function to hide the CVV.
  • KR.fields.cvv.show();: function to display the CVV.

You must implement the function described in the header of your payment page, after loading our main JavaScript library (kr-payment-form.min.js), as well as the associated style sheets.

<!-- code Jquery -->
 <script type="text/javascript">
    $(document).ready(function() {
        // Show the CVV
        KR.fields.cvv.show();
          });
  </script>

PAN help icon

The buyer enters the PAN of his card, a help icon is displayed. It is possible to hide this icon.

Example of integration

  • KR.fields.pan.help.button.hide();: function to hide the PAN help icon.
  • KR.fields.pan.help.button.show();: function to display the PAN help icon.

You must implement the function described in the header of your payment page, after loading our main JavaScript library (kr-payment-form.min.js), as well as the associated style sheets.

<!-- code Jquery -->
 <script type="text/javascript">
    $(document).ready(function() {
       // Hide the pan help button
        KR.fields.pan.help.button.hide();
          });
  </script>
© 2025 {'|'} All rights reserved to Scellius
25.18-1.11