Sampath | WebxPay Payment gateway වෙබ් සයිට් එකකට දාපු අය ඉන්නවද?

Die-hard

Well-known member
  • Jul 10, 2017
    7,829
    6,591
    113
    පොඩ්ඩක් දන්න අය කොටගෙන යමුද..පොඩි දේවල් ටිකක් දැන ගන්න ඕන

    Webxpay payment form eken nathuva code eka aethulinma submit karanna vidiyak nedda?

    image_2022-09-09_185922213.png


    php valin full form eka genarate karala submit karath 1 second url eka penava


    samapth eketh ekama thama case eka...eke nam form eka hadala sumbit karanna bahe js include ekak tiyena nisa
    Code:
    <script type="text/javascript" src="https://sampath.paycorp.lk/webinterface/qw/paycorp_payments.js"></script>


    Sampath Sample Code

    sampath.png


    hosted-checkout.php

    Code:
    <?php
      echo "<br>Please Wait . . . &#9787;&#9787;";
    
     ?>
    <!DOCTYPE html>
    <html>
      <head>
        <title>Hosted Checkout</title>
        <link rel="shortcut icon" href="">
        <link rel="stylesheet" type="text/css" href="stylesheets/style.css">
        <script type="text/javascript" src="https://sampath.paycorp.lk/webinterface/qw/paycorp_payments.js"></script>
      </head>
      <body>
        <div class="main-content">
          <main>
            <script>
      function buildPayment() {
        // Build the payment object
        return {
              // NOTE: this is the QuickWeb DEMO client ID.
              // You may use it for initial setup
              // but replace with the Client ID
              // provided by Paycorp for final testing.
              clientId: '',
              paymentAmount: 1010,
              currency: 'LKR',
              returnUrl: 'http://localhost:82/dummy/response.php',
              clientRef: 'CREF-12345',
              comment: 'This is a demo payment'
        };
      }
    </script>
    <script type="text/javascript">
      window.onload=function() {
      document.getElementById("AutoClick").click();
    };
     
    </script>
    <a href="#" id="AutoClick" class="button" onClick="loadPaycorpPayment(buildPayment())"></a>
    
    </main>
        </div>
      </body>
    </html>

    menna me page eka by pass karanna ona...
     
    Last edited:

    slx

    Well-known member
  • Jul 2, 2014
    1,512
    683
    113
    ගගෙන් එහා
    Oya awula matath awa machan. Mamakarapu widiya.

    Code:
    <h3 style="color: red">You will be redirected to webxpay payment gateway ....</h3>
    <form style="display: none!important" id="submit_webx_from"
                          action="https://webxpay.com/index.php?route=checkout/billing" method="POST">
                          </form>
        
        <script>
            $(document).ready(function () {
                $("#overlay").fadeIn();
                setTimeout(() => {
                    $('form#submit_webx_from').submit();
                    setTimeout(function () {
                        $("#overlay").fadeOut(300);
                    }, 2500);
                }, 1000)
            });
        </script>
     
    • Love
    Reactions: Die-hard

    Die-hard

    Well-known member
  • Jul 10, 2017
    7,829
    6,591
    113
    Oya awula matath awa machan. Mamakarapu widiya.

    Code:
    <h3 style="color: red">You will be redirected to webxpay payment gateway ....</h3>
    <form style="display: none!important" id="submit_webx_from"
                          action="https://webxpay.com/index.php?route=checkout/billing" method="POST">
                          </form>
        
        <script>
            $(document).ready(function () {
                $("#overlay").fadeIn();
                setTimeout(() => {
                    $('form#submit_webx_from').submit();
                    setTimeout(function () {
                        $("#overlay").fadeOut(300);
                    }, 2500);
                }, 1000)
            });
        </script>

    ela machan

    eth machan mehema karath yavana data bala ganna puluvan neda? Ispect karala Network tab eka monitor karan idala

    mata ona data pena eka hide karanna, api yavana data vena ayata nopenenna