Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
I am implementing EBS payment Gateway. I have set the merchant Account ID, secret Key & MODE (TEST) but when I click to pay it gives an error i.e. Invalid Payment Request. I have already tested it on registered domain but same issue appears. all required fields for payment are passing to https://secure.ebs.in/pg/ma/sale/pay/ with POST method

I have downloaded the integration kit from following URL https://support.ebs.in/app/index.php?/Knowledgebase/Article/View/390/10/php-ebs-integration-kit-25

Please help me to solve this issue. Thank You
Posted
Comments
[no name] 2-Jul-13 8:49am    
Why are you not asking EBS support about your problem? That is what they are paid to do....
Kislay Raj 6-Jul-13 8:53am    
are you trying to send data from other domain which is not register in your ebs a/c
Shashi Badhuk 10-Jul-13 8:26am    
Thank You to ThePhantomUpvoter and Kislay Raj. actually as Kislay Raj wrote i was sending data from other domain which is not register in our ebs a/c

Thank You to ThePhantomUpvoter and Kislay Raj. actually as Kislay Raj wrote i was sending data from other domain which is not register in our ebs a/c
 
Share this answer
 
My online shopping project i also faced same problem. after lot of googling i find the solution. Response is provided using POST method to the URL defined under ReturnURL parameter in the payment request. $response['ResponseCode'] == 0 means transaction successfully completed. Other than 0 value transactions failed.

Read below article to solve the problem. In this article clearly explained how to integrate ebs payment gatway in php. try it.


Quote:
EBS Payment Integration using PHP
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900