here the demo files are attached. below link contains the full demo file for ebs payment gatway integration in php Click here to download Demo …
Read MoreTag: ebs payment gateway integration
ebs payment gateway integration
First we have to post this form to ebsĀ # Make the Hash $hash = “ebskey”.”|”.$_POST[‘account_id’].”|”.$_POST[‘amount’].”|”.$_POST[‘reference_no’].”|”.$_POST[‘return_url’].”|”.$_POST[‘mode’]; $secure_hash = md5($hash); <?php $hash = “ebskey”.”|”.$_POST[‘account_id’].”|”.$_POST[‘amount’].”|”.$_POST[‘reference_no’].”|”.$_POST[‘return_url’].”|”.$_POST[‘mode’]; $secure_hash …
Read More