Comment on page
Payment Widget Initialization
Payment is always handled on foloosi's payment screen !
Load the script inside the html tag
<script type="text/javascript" src="https://www.foloosi.com/js/foloosipay.v2.js"></script>
var options = {
"reference_token" : "REFERENCE_TOKEN", //which is get from payment initialize
"merchant_key" : "YOUR_MERCHANT_KEY", // get the merchant key from foloosi panel
"redirect" : false //for accept payment from hosting site, make it as true
}
var fp1 = new Foloosipay(options);
// Just call the below function
fp1.open();
Foloosi Technologies Pvt Ltd.
Copyrights (c) 2022 Foloosi
Last modified 1yr ago