Android ccavenue payment gateway integration
NickName:String Ask DateTime:2017-07-15T01:21:23

Android ccavenue payment gateway integration

I am trying to integrate Android CCavenue payment gateway integration in my Android Recharge Application

I have followed this link followed steps in this link and also CCavenue Document

When i try to click on pay button

enter image description here

I am getting html document as response from GetRSA.php which is deployed on server like below

<!DOCTYPE html>
 <html>
     <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta http-equiv="Cache-control" content="no-cache">
     <meta http-equiv="Pragma" content="no-cache">
     <meta http-equiv="Expires" content="0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>404 Not Found</title>
    <style type="text/css">
        body {
             font-family: Arial, Helvetica, sans-serif;
             font-size: 14px;
             line-height: 1.428571429;
             background-co
    etc......................

Here is my Sample Code:

String vResponse = sh.makeServiceCall(mainIntent.getStringExtra(AvenuesParams.RSA_KEY_URL), ServiceHandler.POST, params);
        System.out.println("Response"+vResponse);//printing above mentioned html code

Can any one please assist on this

Copyright Notice:Content Author:「String」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/45108568/android-ccavenue-payment-gateway-integration

More about “Android ccavenue payment gateway integration” related questions

integrate ccavenue payment gateway in android

i am developing android app. now i want to add CCavenue gateway for the payment. i have googled it but cant find best solution. i am new user for payment gateway. i don't have much knowledge about

Show Detail

Integration of ccavenue payment gateway in ionic android mobile app

I need integration steps for implementing ccavenue payment gateway in ionic android app. Please help me out.

Show Detail

CCAvenue payment gateway integration with rails app

I want to integrate the ccavenue payment gateway into my rails app give some guide line for how to implement the gateway I had tried Activemerchant_ccavenue but don't get success ..... sample exa...

Show Detail

Android ccavenue payment gateway integration

I am trying to integrate Android CCavenue payment gateway integration in my Android Recharge Application I have followed this link followed steps in this link and also CCavenue Document When i t...

Show Detail

CCAvenue Payment Gateway in Flutter?

I need to do the payment gateway integration for ccAvenue. Flutter has the dependency of Razorpay, Paytm etc. But it has no dependency on ccAvenue. How to open ccAvenue gateway for my flutter appli...

Show Detail

How to integrate CCAvenue Payment Gateway Source Code in my Android Project

I know Integration of CCAvenue Payment Gateway with Android Project has been asked several time here, but I want to know slightly different question. I got CCAvenue Source Code and .apk file in

Show Detail

how to add credit card payment option in ccavenue payment gateway

I have implemented non-seamless integration kit php for ccavenue payment gateway. but in checkout page of ccavenue option for payment by credit card is not displaying.thanks in advance.

Show Detail

codeigniter ccavenue payment integration handle cancel button

I have created a CodeIgniter Web App with CCavenue Payment Gateway Integration. When the user clicks on the &quot;ccavenue&quot; button it takes us to the ccavenue payment gateway page. Case1: When...

Show Detail

ccavenue api integration with codeigniter

I am quite new to codeigniter and i am developing an ecommerce application like flipkart using codeigniter and now i want to integrate ccavenue payment gateway to our website and i have referred many

Show Detail

CCavenue payment gateway integration in ios apps

How to register My IOS App in ccavenue payment gateway?? CCAvenue doesn't have any readymade plugin for ios apps.So how to register in it to get unique merchant_id??

Show Detail