简体   繁体   中英

Android CC-AVENUE Payment Gateway Integration

I want to integrate CC-Avenue Payment method in my Android app. I have got some code, but they need an RSA key url. Can anyone help?

You need to download GetRSA.php file from CCAVENUE dashbord(website) and need to put (host) somewhere domain/server and give the path of GetRSA.php file RSA url for example www.xyz.com/GetRSA.php. For that purpose you need to give ip address of xyz.com (hosting place ip address) to ccavennue technicale team so thhat they can integrate the that ip

The first thing to do in the web view activity is to fetch RSA public key by requesting the page that is kept on your server (the page GetRSA JSP). To fetch RSA public key in app, parameters(accessCode and orderId) are to be sent to the JSP(GetRSA). The GetRSA JSP will then initiate a server to server call to the CCA server with those parameters and will get an RSA public key in response which will be forwarded to the app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM