Now for EBS VERSION 3.0 Payment Gateway Integration Mobile view is added for EBS page. In the Computer Website/Company logo will display with company name …
Read MoreEBS
Invalid secure hash in ebs kit version 3.0
Currently Ebs Payment gateway not user/developer allows to test EBS in TEST mode with the version 3.0 .They offer to test ebs Directly by LIVE …
Read Morehow to make secure hash to send in ebs payment gateway
//Pass your Registered Secret Key $hashData = “Your Secret Key“; $hash = “ebskey”.”|”.urlencode($_POST[‘account_id’]).”|”.urlencode($_POST[‘amount’]).”|”.urlencode($_POST[‘reference_no’]).”|”.$_POST[‘return_url’].”|”.urlencode($_POST[‘mode’]); $secure_hash = md5($hash); // now pass $secure_hash secure hash to ebs .
Read Morehow to integrate ebs payment gateway
Ebs modified their ebs data. now ebs page is responsive. New Action URL : https://secure.ebs.in/pg/ma/payment/request DEMO IS HERE:: Transaction Details * Channel Standard * Account …
Read MoreWhat is the test card credentials for verifying the ebs payment option in TEST mode?
What is the test card credentials for verifying the ebs payment option in TEST mode? Card No: 4111 -1111 – 1111 – 1111 Exp Date: …
Read Morehow to integrate EBS payment in php
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 More