Welcome Guest, Not a member yet? Register   Sign In
How Apply CCavenue Payment Gateway in codeigniter
#1

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

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

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

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

[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?
#6

[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.




Theme © iAndrew 2016 - Forum software by © MyBB