We need to implement CCAvenue payment gateway option. How can I do this using ASP.net/C#?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
You will have to signup first or contact them and ask for their payment integration manual. I don't think its same as integrating paypal in your website.
Please check the Integration Manual in ccavenue offical site.I hope it will help you
http://world.ccavenue.com/content/works_any_shoppingcart.jsp
I have got it resolved. Yes CCAvenue provides good support. But the person who uses asp.net forum will always look for asp.net codes and direct answers. :)
I hope this will help someone. I have created two properties in code behind. One is to return checksum value and another one is to return details about the checkout items.
Another property to return checksum is
And used this property in design source view as like below
You can get the merchant ID and generate the working key in CCAvenue website. That is in merchant login.
Hope this helps someone atleast.