payment-gateway

which is the best payment gateway for service purchasing in iOS app?

旧街凉风 提交于 2020-01-01 05:17:30
问题 I am developing one application for iOS. In that user can purchase doctor services. I dont have any idea about payment gateways. So, please suggest me which is the best payment gateway method and how to implement that in my iOS app. ( I am from India), i heard payment gateway methods depends upon the country. 回答1: Generally speaking, yes, your app will be rejected. According to section 11.2 of the App Store Review Guidelines for iOS (Login Required) any app that doesn't use In-App purchase

Paypal Express - Add Discount

半腔热情 提交于 2020-01-01 04:23:08
问题 I'm currently posting a regular transaction to Paypal Express and am reaching the gateway without error. I would like to now configure my cart to send a discount to the gateway. My first thought was to modify the 'AMT' value that is sent to the gateway. However, it seems that Paypal validates the 'AMT' field by calculating the total of the ITEMAMT , TAXAMT and SHIPPINGAMT fields to ensure the total is unchanged: [L_AMT0] => 49.99 [L_NUMBER0] => 3706{3}8 [L_QTY0] => 1 [L_TAXAMT0] => 0.00

integration Paytm Payment Gateway Android

六眼飞鱼酱① 提交于 2020-01-01 03:13:06
问题 I am trying to integrate paytm's payment gateway to my Android App. I can't seem to find any proper documentations or procedures on their website. I've checked every lead on this through google but no help. Tried contacting the Paytm team through mail and phone .. no response. now I am stuck here. here's what I am passing : paramMap.put("REQUEST_TYPE", "DEFAULT"); paramMap.put("ORDER_ID", String.valueOf(randomInt)); paramMap.put("MID", "************2343"); paramMap.put("CUST_ID", "CUST123");

Does PayPal include payment integration options that do not require showing PayPal to the user?

我与影子孤独终老i 提交于 2020-01-01 01:16:08
问题 We are looking to replace our usage of Authorize.net. I've spent a good deal of time looking into the PayPal documentation but can't find a clear answer to my question: Using the thousands tens of different PayPal APIs is it possible to have a checkout process that is hosted on our site, where we capture and process the credit card information from the customer without the customer ever leaving our site and without the customer ever having to see anything PayPal related (so PayPal is 100%

Payu payement error “Some error occurred, Try again!”

北战南征 提交于 2019-12-31 03:54:28
问题 I have integrated payu into my android app through official docs at https://www.payumoney.com/dev-guide/mobilecheckout/android.html#prereq . The problem i'm facing is that my code works perfectly with test credentials, and fails when i use credentials of my live account that i want to integrate in the app. public void makePayment(View view) { String phone = "8882434664"; String productName = "product_name"; String firstName = "piyush"; String txnId = "0nf7" + System.currentTimeMillis();

Redirect with POST parameters in MVC 4 for Payment Gateway Integration

微笑、不失礼 提交于 2019-12-31 02:24:07
问题 I am trying to do a payment gateway integration using mvc4 in razor. In that i need to call a page with prefilled post form. Using the below method, I am forming the post method form: private static string PreparePOSTForm(string url, System.Collections.Hashtable data) // post form { //Set a name for the form string formID = "PostForm"; //Build the form using the specified data to be posted. StringBuilder strForm = new StringBuilder(); strForm.Append("<form id=\"" + formID + "\" name=\"" +

Bouncy-castle integration in Websphere causing the following error

扶醉桌前 提交于 2019-12-25 11:49:11
问题 I am trying to configure bouncycastle in IBM Websphere App Server 7, my JRE Version is 1.6. I am getting the following error when trying to run the code: Caused by: java.lang.ClassNotFoundException: sun.security.provider.Sun at java.net.URLClassLoader.findClass(URLClassLoader.java:434) at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:660) at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:111) at

FirstData WebService giving error

北慕城南 提交于 2019-12-25 08:39:55
问题 My First data web service code is working fine on local machine. Followed Patricker answer here at stackoverflow Link To Code for WebService .Problem is when I deploy it on server I get error. Am I missing any WebService DLL or dependency because I don't see anything in my deployable file created with VS2010 using Build Deployment Package for upload. I have noticed onething in the error. Path is C:\Users\Chris\Documents\Visual Studio 2010... which is my local machine and the server is

PayUMoney - Android: Only getting **paymentId** from payUMoney SDK after successful payment

霸气de小男生 提交于 2019-12-25 07:44:29
问题 I'm integrating payUMoney in my Android application. I'm getting only paymentId after successful payment in both environment i.e Test & Production. I need Transaction Details as well from payUMoney. I have also contacted payUMoney technical team but not getting any response. See image attached for payUMoney response which I have printed in Logcat. What I have tried is like below. public void makePayment() { String phone = "8882434664"; String productName = "product_name"; String firstName =

EBS payment gateway: encoded response

倾然丶 夕夏残阳落幕 提交于 2019-12-25 06:37:58
问题 EBS can return the response parameters as single GET parameter when the return url is specified as 'http://www.yourdomainname.com/response.extension?DR={DR}' as described in knowledgeable. However I can not find the specification how to decrypt and validate the response. Also the Integration guide (v.3) does not contain any information on the subject. I have found few examples which uses this options and decrypts their response via custom RC43 decoder. With the DR variable specified the