ccavenue

CCAvenue Android Integration

隐身守侯 提交于 2019-12-03 16:29:42
I am integrating CCAvenue to my android app and I am doing Non-seamless integration. My merchant server is php and I am making my httppost to the GetRSA.php file kept in my merchant server. The code I am using is as below List<NameValuePair> httpParams = new ArrayList<NameValuePair>(); httpParams.add(new BasicNameValuePair("access_code", intent.getStringExtra("access_code"))); httpParams.add(new BasicNameValuePair("order_id", intent.getStringExtra("order_id"))); String vResponse = sh.makeServiceCall(intent.getStringExtra(RSA_KEY_URL), ServiceHandler.POST, httpParams); The access code, order id

Webview blank page shown in Nougat OS in my app

老子叫甜甜 提交于 2019-12-02 14:01:14
问题 I have called CCAvenue Payment Gateway Integration in my app. till it is working properly but when i update my device OS Marshmallow to Nougat, Webview page display blank white screen. No Error log found in logcat also. I have also tested in all another device which lower than Nougat and in that devices, WebView working properly. Only issue found in Nougat OS. I have searched this issue in google, but not found any proper solution from last three days. 回答1: I found the solution, when I update

Security error in ios 9 in ccAvenue payment gateway

此生再无相见时 提交于 2019-11-30 19:44:48
I integrate ccAvenue paymeny gateway in my iOS app before release of iOS 9. Payment was successfully transfer to merchant account in iOS 8. When i test my app in iOS 9 payment is transfer to merchant account but display the security error. I also change libcrypto.a and libssl.a library. Before change this library xcode throw error like libcrypto.a(cryptlib.o), building for iOS simulator, but linking in object file built for OSX, for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) Import the latest libcrypto.a and libssl.a to your project. Run

Security error in ios 9 in ccAvenue payment gateway

半腔热情 提交于 2019-11-30 04:30:07
问题 I integrate ccAvenue paymeny gateway in my iOS app before release of iOS 9. Payment was successfully transfer to merchant account in iOS 8. When i test my app in iOS 9 payment is transfer to merchant account but display the security error. I also change libcrypto.a and libssl.a library. Before change this library xcode throw error like libcrypto.a(cryptlib.o), building for iOS simulator, but linking in object file built for OSX, for architecture x86_64 clang: error: linker command failed with

How to integrate CCAvenue to Ionic app?

ε祈祈猫儿з 提交于 2019-11-29 12:43:29
I want to integrate ccavenue to my hybrid app that I am building on Ionic but I am unable to find any example or code or any other thing which can be helpful in this. Plz let me know if you have any information regarding this. Update : Ccavenue didn't work for me even with the iframe because iframe can only work on the registered domain (ie. www.example.com) and not any other place so I left it and choose the Razorpay Payment gateway because it provides official support for Ionic/Cordova. Here is the sample app. https://github.com/razorpay/razorpay-cordova-sample-app Suhail AKhtar Finally I

Integrating CCAvenue with php

泄露秘密 提交于 2019-11-29 10:24:16
问题 I am a total newbie to payment gateways. I would like to integrate CCAvenue to my website using PHP. I have downloaded their Intergration kit, Included my merchant id and working key, set the account to active and tried to do a dummy transaction on the index file they have provided in my localhost. But,when I click on submit on the form it is taking me to CCAvenue Transaction error page without any error code and error description. Please let me know where I am making the mistake and what

CCAVENUE Payment Gateway integration with Android app [duplicate]

大城市里の小女人 提交于 2019-11-28 18:23:31
This question already has an answer here: Android integration with CCAvenue 3 answers We are developing a product which collects dues/rents from apartment occupants. We use CCavenue and PayPal payment gateway in web application to do this functionality. We are developing Android app for the same application. I don't have any idea how to integrate Android with CCavenue. We are using CCAvenue w/an app in android. You need to request for the Android Integration Kit in addition to your test account credentials such as: MerchanId, Access Code, Encryption Key, from CCAvenue then you can do a

CCAvenue Gateway Integration kit for ios Application

血红的双手。 提交于 2019-11-28 17:38:31
Hi, I have developed an application which needs payment gateway. I have already worked on "Paypal". It was successful and now i need to integrate another payment gateway that is "ccavenue". Can anybody help me how to integrate that one? Thanks. I was searching for the SDK as they have mentioned here that IOS/Android/Windows SDKs are available. But did not find anything. Finally I drafted an email to CCAvenue tech. support team. Then had call with them and this is what they said: We need to have actual merchant account to get the login credentials to download the SDKs. They do not provide any

How to integrate CCAvenue to Ionic app?

安稳与你 提交于 2019-11-28 05:02:42
问题 I want to integrate ccavenue to my hybrid app that I am building on Ionic but I am unable to find any example or code or any other thing which can be helpful in this. Plz let me know if you have any information regarding this. Update : Ccavenue didn't work for me even with the iframe because iframe can only work on the registered domain (ie. www.example.com) and not any other place so I left it and choose the Razorpay Payment gateway because it provides official support for Ionic/Cordova.

CCAvenue iOS kit integration kit

雨燕双飞 提交于 2019-11-27 05:18:29
I am trying to integrate CCAvenue payment integration in iOS. They have given me two library files named: libcrypto.a and libssl.a They have also given me some header files. To implement this, they have mentioned that I should to setup header search paths and library search paths in the build settings. I have set them both but I getting the following error: ERROR : openssl/rsa.a file not found. Can anybody help me step by step with copying these files to my project and setting up the proper path and flags if needed? I am working with Xcode 7.0.1 and iOS 7.0+ I have achieved today only for IOS