CodeIgniter Forums
How Apply CCavenue Payment Gateway in codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: How Apply CCavenue Payment Gateway in codeigniter (/showthread.php?tid=41071)



How Apply CCavenue Payment Gateway in codeigniter - El Forum - 04-27-2011

[eluser]Unknown[/eluser]
How Implement CCavenue Payment Gateway use in codeigniter ?


How Apply CCavenue Payment Gateway in codeigniter - El Forum - 07-26-2011

[eluser]zrowcrypt[/eluser]
I am trying to accomplish the same Smile. Did you have any luck with this?


How Apply CCavenue Payment Gateway in codeigniter - El Forum - 10-18-2013

[eluser]Arvi[/eluser]
Kumar, can you tell us how did you implement this?


How Apply CCavenue Payment Gateway in codeigniter - El Forum - 10-18-2013

[eluser]davidMC1982[/eluser]
What type of integration are you using? CCAvenue have 3 or more options.


How Apply CCavenue Payment Gateway in codeigniter - El Forum - 10-19-2013

[eluser]Arvi[/eluser]
CCavenue provided me adler32, Aes, Checkout, redirecturl php files and one html file. I placed all 4 files in controllers. Html file is what I need it for registration purpose. Is it right approach?


How Apply CCavenue Payment Gateway in codeigniter - El Forum - 10-19-2013

[eluser]davidMC1982[/eluser]
Go here:

http://world.ccavenue.com/downloads/CCAVenueWorldIntegrationManual.pdf

Start reading from page 11. If you're having any specific problems then ask, but to give you a brief summary:

1) You'll post a form to their payment URL which will include a checksum generated from your post info and some account specific info.
2) CCAvenue will post a response to a specific URL. Included in that post data will be some info specific to the order/payment.
3) You update your database based on the response received.

If you didn't understand any of that and don't now have some idea how to proceed, you probably shouldn't be building a system that will take payments from people's credit cards.