How Apply CCavenue Payment Gateway in codeigniter |
[eluser]Unknown[/eluser]
How Implement CCavenue Payment Gateway use in codeigniter ?
[eluser]zrowcrypt[/eluser]
I am trying to accomplish the same ![]()
[eluser]davidMC1982[/eluser]
What type of integration are you using? CCAvenue have 3 or more options.
[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?
[eluser]davidMC1982[/eluser]
Go here: http://world.ccavenue.com/downloads/CCAV...Manual.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. |
Welcome Guest, Not a member yet? Register Sign In |