Skip to main content
Skip table of contents

Initialize Tokenization Form

In this first step the FlexCapture object should be instantiated with the Form Configuration Parameters.

CODE
<div id="demo">
</div>

var tokenRequest = {
    "action": "tokenize",
    //The fields for tokenization are detailed in the following section.
};

var capture = new FlexCapture({
    "key": " h3SXMZndLJqWg7wQC749qPao",
    "payload": tokenRequest,
    "additionalFields": []
});

Continue to Show Tokenization Form ➡️

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.