I want to integrate CCAvenue payment gateway in my app, But I didn't find any help. Please help me.
Asked
Active
Viewed 3,224 times
0
-
1Try on _Google_ at least once – M D Sep 24 '15 at 09:49
-
I google it, but I didn't find any steps. – Tushar Patil Sep 24 '15 at 09:50
-
Possible duplicate of [CCAVENUE Payment Gateway integration with android app](http://stackoverflow.com/questions/23737691/ccavenue-payment-gateway-integration-with-android-app) – Rohan Kandwal Oct 14 '15 at 06:40
1 Answers
0
From your question first you have to find your merchant type and after that you have to follow the steps provided in documentation of ccavenue sdk sample here you can contact the ccavenue guys for your sdk sample or any other query http://www.ccavenue.com/inapp_payments.jsp
Steps:
- Request for payment options is sent from Mobile App to CCAvenue
- On receiving the request for payment options, JSON data with payment options is returned by CCAvenue.
- Request for encryption key from Mobile App is submitted to the Merchant server.
- Request for encryption key from Merchant server is submitted to CCAvenue.
- On receiving the request from Merchant server, Dynamic encryption key is returned by CCAvenue.
- Encryption key is sent from Merchant server to Mobile App.
- On submission of encryption key to the application, transaction with encrypted data is sent from Mobile App to CCAvenue.
- Processed transaction status returned by CCAvenue to Merchant server.
- Transaction status pulled by Mobile App.

Ajay Pandya
- 2,417
- 4
- 29
- 65