Skip to content

    How to implement SAQ-A solution

    1. Prepare the HTML form

    The following HTML snippet contains the neccessary data for card tokenization with Bridge iframes.

    The minimal code consists of the form itself and the input tags, which must not contain name attributes.

    HTML snippet

    <div>
      <form id="saq-a">
        <div>
          <div>Card Number</div>

    2. Initialize iframes, call the tokenization JS function and add a callback

    The following snippet shows how to initialize the PayEngine iframes and gather the requied parametes and to call PayEngine.iframesCreatePaymentInstrument()

    JavaScript snippet

    <script type="text/javascript">
    var iframesReference;
    
    function initIframesCallback ( error, result ) {

    Was this helpful?

    What was your feeling about it?