SmartForm presentation
Le formulaire embarqué (smartForm) vous permet d'intégrer un parcours de paiement fluide et de présenter plusieurs moyens de paiement.
The buyer will complete the payment process without leaving the merchant site.
Major evolution of the embedded form (cards)
The smartForm offers the advantage of enhancing the embedded form (cards) by providing new features. If you would like to migrate, click here
Use cases
Description | List mode (default) |
---|---|
This mode displays the list of the card payment and the compatible payment method buttons. |
Check this link to getadditional information: :
list mode
Description | Pop-in mode |
---|---|
This mode displays a single button that opens a pop-in containing the card payment button and the compatible payment methods. |
Check this link to getadditional information: :
pop-in mode
Description | List mode with embedded card |
---|---|
This mode displays the embedded fields for card payments and compatible payment methods. |
Check this link to getadditional information: :
List mode with embedded card
Consultez ce lien pour avoir des informations complémentaires: mettre en évidence un moyen de paiement.
Check this link to getadditional information: :
highlighting several payment methods:
Hide card payment logos | |
---|---|
<body> <div class="kr-smart-form" kr-card-form-expanded kr-no-card-logo-header kr-form-token="[GENERATED FORMTOKEN]"> (...) </div> </body> |
Check this link to getadditional information: :
Hide card payment logos
Personalize the page layout | |
---|---|
<style type="text/css"> (...) /*to use the CSS Flexbox (Flexible Box)*/ .kr-smart-form .kr-embedded .flex-container { flex-direction: row !important; display: flex; } </style> <body> <div class="kr-smart-form" kr-card-form-expanded kr-form-token="[GENERATED FORMTOKEN]"> (...) </div> </div> </body> |
Check this link to getadditional information: :
Advanced personalization
Technical implementation
Si vous avez déjà implémenté le formulaire embarqué (cartes), vous trouverez les informations pour migrer vers le formulaire embarqué (smartForm) :
The different stages of integration are :
- Prerequisites
- Authenticate
- Createthe
formToken
. - Display the payment form.
- Analyze the payment result.
- Switch to Production.
To get more information, go to Payment Form Integration.