Skip to main content
Skip table of contents

Initialize Authorization Form

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

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

var payRequest = {
    "action": "authorize",
    //The fields for authorization are detailed in the following section.
};

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

Continue to Show Authorization Form ➡️

JavaScript errors detected

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

If this problem persists, please contact our support.