简体   繁体   English

如何使用“我的银行帐户”在Android App中设置付款网关进行测试

[英]How to set Up A Payment Gateway in Android App using My Bank Account For Testing

I am developing an android app which accepts payment through Netbanking as well as Credit Cards. 我正在开发一个Android应用,该应用可以通过Netbanking和信用卡接受付款。 I am residing in India currently. 我目前居住在印度。 My requirement is; 我的要求是;

  1. The User owe me (me here is my company) $100. 用户欠我100美元(我在这里是我的公司)。 He types in the amount and click on pay button. 他输入金额,然后单击“付款”按钮。
  2. Now here the user should redirect to payment gateway where he enters credit card details or netbanking. 现在,用户应在此处重定向到他在其中输入信用卡详细信息或网上银行的支付网关。
  3. When he press pay the money should get to my company account (I will use my personal account for testing). 当他按付款时,这笔钱应该转到我的公司帐户(我将使用我的个人帐户进行测试)。 The personal account I will be using is ICICI Bank. 我将使用的个人帐户是ICICI银行。

My Doubts 我的怀疑

  1. What is the feasibility of such a service. 这项服务的可行性如何? Is there any free payment gateway's available for testing or limited transaction? 是否有任何免费的支付网关可用于测试或有限交易?
  2. How does invoking the external payment gateway works? 调用外部支付网关如何工作? Is it like a POST request where I will send the customers details to this third party gateway? 就像POST请求一样,我会将客户详细信息发送到该第三方网关吗?
  3. What will be the system that Amazon, Flipkart, Mytra will be using for collecting the money from customer? 亚马逊,Flipkart,Mytra将从客户那里收取款项的系统是什么?

Since you want to integrate bank specific payment gateway then you need to setup a merchant account with your bank, then they will provide you libraries and technical documents for guideline of integrating their payment gateway. 由于您要集成特定于银行的支付网关,因此需要在您的银行中设置商家帐户,然后他们将为您提供用于集成其支付网关的库和技术文档。

Other option is to go with third party payment gateways like PayPal, CCAvenue or InstaMojo to name a few. 其他选择是与第三方支付网关(例如PayPal,CCAvenue或InstaMojo)一起使用。 each has their pros and cons. 每个人都有其优点和缺点。 I would recommend Instamojo, because of their easy integration steps. 我建议Instamojo,因为它们易于集成。 For setting up a test account with them you can signup on 要与他们建立测试帐户,您可以注册

http://test.instamojo.com http://test.instamojo.com

Hope this answers your query. 希望这能回答您的查询。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android应用内订阅:如何设置测试帐户而无需提供应用内订阅的银行帐户信息? - Android In-App Subscriptions: How to set testing accounts without giving bank accounts information for In-app subscription? 如何在Android的PayUMoney支付网关中设置多种支付方式 - How to set Multiple Option of Payment In PayUMoney Payment Gateway in Android 如何在 Android 应用程序中集成 BHIM 应用程序支付网关? - How to integrate BHIM app payment gateway in an Android App? 如何在我的应用程序中集成ATOM支付网关? - How do I integrate the ATOM payment gateway in my app? 如何在Android中的应用内连接Playstore付款网关? - How to connect playstore payment gateway inside app in Android? 如何加快我的 Android 应用程序测试 - How can I speed up my Android App testing 如何在我的银行帐户中获得无法支付的款项 - how to get Inappbilling payments in my bank account 如何在测试模式下使用Android Pay向我的Stripe帐户付款? - How can i make a payment using Android Pay to my Stripe account in test mode? Atom付款网关未重定向银行网站页面 - Atom payment gateway not redirect bank website page 如何在android支付中使用条带创建支付网关? - How to create Payment gateway using stripe in android pay?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM