payment-gateway

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

ⅰ亾dé卋堺 提交于 2019-12-03 15:03:25
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. Alok SInha 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 will be rejected. 11.2 Apps utilizing a system other than the In App Purchase API (IAP) to purchase

PayPal Integration in an iPhone App [duplicate]

别来无恙 提交于 2019-12-03 14:14:58
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Has anyone implemented the PayPal API through a native iPhone app? May be I am repeating this question but I do not have any idea about this.I want to integrate PayPal into my iPhone native app . Please help me regarding :- How do I integrate PayPal in my iPhone App? How to go from a scratch ? Are there some good tutorials available on internet ? What are they ? Regards!! 回答1: You could do it using Mobile

Implementing DataCash 3DSecure in C#

核能气质少年 提交于 2019-12-03 14:10:48
问题 I've been tasked with implementing 3D Secure credit card verification on our existing site. I was just wondering if anyone had any example code to setting up 3D Secure? I've been right through the documentation, however found nothing. 回答1: I'd tried to get one of the guys I work with to post something here, as he's acutally written this for one of our clients, but I'll take you through what I understand the process to be. Basically once you have performed whatever pre-validation requests you

Paypal Express - Add Discount

≯℡__Kan透↙ 提交于 2019-12-03 11:21:11
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 [ITEMAMT] => 49.99 [TAXAMT] => 0 [SHIPPINGAMT] => 14.95 [AMT] => 64.94 How many I send a discount to Paypal?

Laravel 5: how to redirect with data to external resource form controller

我只是一个虾纸丫 提交于 2019-12-03 08:44:23
I want to send user to payment gate. Normally it could be made by this form: <form method="post" action="https://demo.moneta.ru/assistant.htm"> <input type="hidden" name="MNT_ID" value="12345678"> <input type="hidden" name="MNT_TRANSACTION_ID" value="000001"> <input type="hidden" name="MNT_CURRENCY_CODE" value="USD"> <input type="hidden" name="MNT_AMOUNT" value="123.45"> <input type="submit" value="Pay"> </form> User press "Pay" and redirect to payment gate. But I want implement this workflow: User enter delivery info, payment method, etc. After that he press "Pay" and First I want to store

payment integration [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 07:54:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I am going to integrate payment feature in my site. My requirement is something like Elance escrow. Like User can pay to me using their online payment account. I can hold their amount in my online payment account. They can withdraw their amount from my online payment account. So which online payment service will

INVALID_USER_CREDENTIALS/JSON_EXCEPTION in “PayU” Android Integration

◇◆丶佛笑我妖孽 提交于 2019-12-03 07:38:27
I am tring to integrate payU payment gateway with my ecommerce application. I have a account on test payU with merchant id, key and salt. I am working on this demo application , whenever i change parameters like merchant key , salt . I get a error code 5014 . Which can be either of them. int INVALID_USER_CREDENTIALS = 5014; int JSON_EXCEPTION = 5014; Note : I am getting this as a response string : "Something went wrong : Value <!DOCTYPE of type java.lang.String cannot be converted to JSONObject" I am trying to debug it.But am unable to find a proper documentation. Please help. From the Payu

Open payment gateway libraries for Java, Python, Ruby, Node.JS, and PHP

烂漫一生 提交于 2019-12-03 07:31:49
I'm looking for generic and open source payment libraries that support many different payment processor APIs. In other words, I'd like to develop an application using a single payment processing API, but be able to easily switch between payment gateways, such as Authorize.Net, Payflow Pro, Braintree, PayPal, Google, Amazon, etc. This question gives some Java solutions , but the suggestions all look horrible. Isn't there anything more like ActiveMerchant for Java? I really need a good Java solution, to the point of building my own if necessary. But I don't want to reinvent the wheel if it

integration Paytm Payment Gateway Android

主宰稳场 提交于 2019-12-03 07:29:51
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"); paramMap.put("CHANNEL_ID", "WAP"); paramMap.put("INDUSTRY_TYPE_ID", "Retail"); paramMap.put("WEBSITE",

How to integrate TEST PayU Payment Gateway in android application?

你说的曾经没有我的故事 提交于 2019-12-03 06:50:08
I am new in Payment Gateway. Currently, I am working on a mobile app where I need to integrate PayU payment gateway in android app. So far, I have created a code for TEST url & when I run my app I get below exception: An error occurred. Sorry, some problem occurred. Screenshot of mobile app This is my code: public class PayMentGateWay extends Activity { private ArrayList<String> post_val = new ArrayList<String>(); private String post_Data=""; WebView webView ; final Activity activity = this; private String tag = "PayMentGateWay"; private String hash,hashSequence; String merchant_key="JBZaLc";