EBS Payment Integration on our Web Applications
The primary thing is that, You should be registered in EBS secure payment for the transactions to happen. So after registration you need to login with your credentials on https://secure.ebs.in/ to follow the customer payment flow, success transactions, failure transactions, cancel transactions, customer transaction details in real time. How to test your transaction from localhost(127.0.0.1)? Required files 1 . index.php 2 . response.php 3 . secure.php Index.php mandatory credentials - $secret_key="ebskey"; 'ebskey' is for testing purpose. For real time, a . logon to https://secure.ebs.in/ b . Go to settings c . You can find Account Name, Account ID and Secret Key in Account Information $accound_id = "5880"; This is your test id. For real time - Go to settings, get Acccount ID $final_amount = "2"; (product amount) $order_no = "123"; (test order number) $return_url = "http://localhost/response.ph...