Default Display Screenshot
Select List
 
          Radio
 
          TAB
 
         
       
           
           
        
    Select List
    
Contoh kode
    <iframe id="sgoplus-iframe" sandbox="allow-same-origin allow-scripts allow-top-navigation" src="" scrolling="no" allowtransparency="true" frameborder="0" height="300"></iframe>
    <script type="text/javascript" src="https://sandbox-kit.espay.id/public/signature/js"></script>
    <script type="text/javascript">
        window.onload = function() {
            var data = {
                key: "",
                paymentId: "",
                backUrl: ""
            },
            sgoPlusIframe = document.getElementById("sgoplus-iframe");
            if (sgoPlusIframe !== null) sgoPlusIframe.src = SGOSignature.getIframeURL(data);
            SGOSignature.receiveForm();
        };
    </script>
    
    Radio
      
Contoh kode:
    <script type="text/javascript" src="https://sandboxkit.espay.id/public/signature/js"> </script>
    <script type="text/javascript">
        window.onload = function () {
        var data = {
        paymentId: '12',
        key: '65ebeb3286bd3f0f860fcbe5adca9be4',
        backUrl: encodeURIComponent ('http://www.google.com/'),
        display : 'option'
        },
        sgoPlusIframe = document.getElementById("sgoplus-iframe");
        if (sgoPlusIframe !== null) {
        Confidential © Espay Page 26 of 27 PT.Square Gate One
        sgoPlusIframe.src = SGOSignature.getIframeURL(data);
        }
        SGOSignature.receiveForm();
        };
    <script>
    <div id="parentId"></div>
    <iframe id="sgoplus-iframe" sandbox="allow-same-origin allow-scripts allow-top-navigation" src="" scrolling="no" allowtransparency="true" frameborder="0" height="500"></iframe>
    
    
    TAB
      
Contoh kode:
    <script type="text/javascript">
        window.onload = function () {
        var data = {
        paymentId: '12',
        key: '65ebeb3286bd3f0f860fcbe5adca9be4',
        Confidential © Espay Page 27 of 27 PT.Square Gate One
        backUrl: encodeURIComponent ('http://www.google.com/'),
        display : ‘tab’
        },
        sgoPlusIframe = document.getElementById("sgoplus-iframe");
        if (sgoPlusIframe !== null) {
        sgoPlusIframe.src = SGOSignature.getIframeURL(data);
        }
        SGOSignature.receiveForm();
        };
    </script>
    <div id="parentId"></div>
    <iframe id="sgoplus-iframe" src="" scrolling="no" frameborder="0" height="500"></iframe>
    
