Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
guys i want to handle the ccavenue payment gatway at the WCF service level but i dont know how to use the ccavenue dll
i seen so many videos but i cant find a solution in WCF service level in c#.

What I have tried:

i am craeted a service in c# WCF service format. i am also create the table and class with ccavenue required fields. i am stuck up on how to call the ccavenue API in WCF service level.
Posted
Updated 16-May-18 0:54am

1 solution

Ask ccavenue, you're paying them after all so they need to support their product. If I had to guess though I'd say that what you're doing might not be possible. A lot of these payment gateways are designed to work via a browser workflow and not from a service like WCF. Some gateways do support completely programmatic operation but I don't know if ccavenue does, you'd have to ask them.
 
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