网站上美国的信用卡获取和贝宝解决方案 [英] solution for credit card acquiring and paypal in the USA for web sites

查看:152
本文介绍了网站上美国的信用卡获取和贝宝解决方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正计划建立一个仅在美国接受收费的网站。

I'm planning to build a web sites that accepts charges in the USA only.

是否有任何C#ASP容易使用的信用卡获取软件。 NET网站执行?谁能推荐一些?

Is there any credit card acquiring software that is easy for a C# ASP.NET web site to implement? Can anyone recommend some?

在数据库中保存\加密信用卡数据是否有任何规则?

Are there any rules for saving\encrypting credit cards data in the DB?

任何帮助都会很棒...

Any help would be great...

推荐答案

正如Albireo指出的那样,您不想将信用卡存储在数据库中。根据您的商家协议,我敢打赌Visa / MC / etc可能甚至不允许您这样做。

As pointed out by Albireo, you DO NOT want to store the credit cards in your database. I'd bet Visa/MC/etc probably would not even allow you to, according to your merchant agreement.

首先,您是否通过银行拥有商家帐户?您将需要一个才能接受/处理信用卡。

First, do you have a merchant account through your bank? You will need one to be able to accept/process credit cards.

您有几种方法可以做到这一点:

You have a couple ways of doing this:

1。 Authorize.NET

您可以直接通过Authorize.net(可用的最受欢迎的支付网关之一)进行注册,并使用其C#库:

You can sign up directly with Authorize.net (one of the most popular payment gateways available) and use their C# library:

http://www.authorize.net/
http://www.sharpauthorize.com/

缺点是,仅使用Authorize.NET就必须编写更多的计费基础结构。

The downside is you will have to write a lot more of your billing infrastructure by just using Authorize.NET.

2。定期计费服务

使用计费服务。 Chargify,Recurly和ChedderGetter等服务提供每月帐单,订阅计划,一次性费用,客户的免费试用期,优惠券代码等。

Use a billing service. Services like Chargify, Recurly, and ChedderGetter offer monthly billing, subscription plans, one-time charges, free trial periods for your customers, coupon codes, etc.

我个人使用充电。设置非常简单。他们有一个很棒的开发人员模式,可以模拟整个环境,让您测试注册,信用卡被拒等。

I personally use Chargify. It was incredibly simple to setup. They have an awesome "developer" mode where the entire environment is simulated, allowing you to test registration, credit card declines, etc.

收费: http://chargify.com/

C#/。NET的Chargify库为易于使用: http://chargify.codeplex.com/

The Chargify library for C#/.NET is easy to work with: http://chargify.codeplex.com/

Chargify还托管了付款页面。这使您可以在Chargify网站上托管一个自定义品牌页面,该页面将处理您的注册。现在,您甚至不需要与支付网关进行交互。只需将您的用户重定向到此页面,Chargify就会处理收集付款详细信息: http:// chargify。 com / features / branded-payment-websites /

Chargify also has hosted payment pages. This allows you a custom branded page, hosted on the Chargify website, that will handle your registrations. Now, you don't even need to interface with a payment gateway. Simply redirect your users to this page and Chargify will handle collecting the payment details: http://chargify.com/features/branded-payment-websites/

使用Chargify,您需要在银行中独立获得Authorize.net帐户和商家帐户。

With Chargify, you will need to independently get an Authorize.net account and a merchant account with your bank.

BrainTree最近变得非常流行,许多备受尊敬的初创公司都在使用它们。 BrainTree似乎提供了完整的软件包,包括重复计费和商户服务。

BrainTree has become very popular as of late, and a lot of very respected startups are using them. BrainTree seems to offer the complete package, of both reoccurring billing as well as merchant services.

http://www.braintreepaymentsolutions.com/

我建议使用BrainTree或Chargify。不编写计费基础结构,您将节省大量时间。它使您可以专注于核心产品,并向用户保证其信用卡数据受到保护。

I'd recommend using either BrainTree or Chargify. You will save an enormous amount of time not writing your billing infrastructure. It allows you to focus on your core product, and it gives your users assurances that their credit card data is protected.

这篇关于网站上美国的信用卡获取和贝宝解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆