Questions tagged [ebs-payment]

EBS is an online payment service provider in India

3 questions
2
votes
1 answer

EBS SecureHash validation failed Error with django integration

I have a django app and i am trying to integrate it with EBS payment gateway. So below are my codes settings.py INSTALLED_APPS = ( ............. 'ebspayment', ) EBS_ACCOUNT_ID = '5880' #Enter Your Account Id here.This is a test id.…
Shiva Krishna Bavandla
  • 25,548
  • 75
  • 193
  • 313
1
vote
1 answer

How to close the Online Payment Activity after a successful payment and redirect it back to the calling activity in android

I am using EBS payment gateway in my android application. It comes with a module which I have to integrate in my project. After doing so I created a Activity where all the payment processing happens. The problem is after successful transaction, the…
0
votes
1 answer

PHP EBS - SecureHash validation failed

I am trying to implement EBS payment getway. i filled all mandatory inputs in form. code
Prashant Tapase
  • 2,132
  • 2
  • 25
  • 34