You need to sign up with a 3rd party who takes the payment and then transfers the money into your account. You then enter the details provided by the 3rd party into the relevant settings under Administration -> Configuration -> Payment -> Payment Information. If there are not relevant settings you can write your own payment provider for the payment gateway of your choice.
You need 2 things: a "payment gateway" and an "online merchant account"
The payment gateway is a third party system that transfers the money from (usually) an HTML form to your bank account.
The online merchant account is requested by your bank in order to receive online payments. You will normally deal with your bank to obtain one. One exception to this rule, is Paypal, which is a payment gateway and also acts as a bank, therefore it handles everything for you.
The most common payment gateways are: Worldpay, PayPoint, SagePay, Authorize.Net, and many others. It is different in every country.
Once you have chosen your Payment Gateway, you set up NopCommerce to integrate with it to display a form, sometimes an iframe, or a redirection. If NopCommerce does not support your payment gateway, you can download one from a third party or get someone to develop it for you.
nopCommerce has a plugin Architecture, that allows you to create the code for a specific vendor (Merchant processor) They have several European vendors already built, you just download them and install. It comes with Authorize.net plugin already, if you choose them, you up and running in a matter of minutes. Look under DOCS" on the nopCommerce website for more info on creating a plugin, its not hard if your a .NET programmer. I am going to dump my Merchant for Authorize.net just because its easier, and they all do the same thing, accept the cc and transfer the money to you for a fee, and basically they are pretty much all the same, unless your doing a risky business (porn) then you have to find a merchant who will accept those types of charges (normally at a higher rate)
发布评论
评论(5)
您需要与第三方签约,第三方接受付款,然后将钱转入您的帐户。然后,您将第 3 方提供的详细信息输入到管理 -> 下的相关设置中。配置->付款->付款信息。如果没有相关设置,您可以为您选择的支付网关编写自己的支付提供商。
You need to sign up with a 3rd party who takes the payment and then transfers the money into your account. You then enter the details provided by the 3rd party into the relevant settings under Administration -> Configuration -> Payment -> Payment Information. If there are not relevant settings you can write your own payment provider for the payment gateway of your choice.
检查管理->配置->付款->付款信息
Check Administration -> Configuration -> Payment -> Payment Information
您需要 2 个东西:“支付网关”和“在线商家帐户”
支付网关是第三方系统,可将资金(通常)从 HTML 表单转移到您的银行帐户。
您的银行需要在线商家帐户才能接收在线付款。您通常会与您的银行联系以获取一份。此规则的一个例外是 Paypal,它是一种支付网关,也充当银行,因此它会为您处理一切。
最常见的支付网关有:Worldpay、PayPoint、SagePay、Authorize.Net 等。每个国家的情况都不同。
选择支付网关后,您可以设置 NopCommerce 与其集成以显示表单(有时是 iframe)或重定向。如果 NopCommerce 不支持您的支付网关,您可以从第三方下载支付网关或找人为您开发。
You need 2 things: a "payment gateway" and an "online merchant account"
The payment gateway is a third party system that transfers the money from (usually) an HTML form to your bank account.
The online merchant account is requested by your bank in order to receive online payments. You will normally deal with your bank to obtain one. One exception to this rule, is Paypal, which is a payment gateway and also acts as a bank, therefore it handles everything for you.
The most common payment gateways are: Worldpay, PayPoint, SagePay, Authorize.Net, and many others. It is different in every country.
Once you have chosen your Payment Gateway, you set up NopCommerce to integrate with it to display a form, sometimes an iframe, or a redirection. If NopCommerce does not support your payment gateway, you can download one from a third party or get someone to develop it for you.
我使用了 2checkout,因为他们是现有的支付提供商。
I have used 2checkout as they are an existing payment provider.
nopCommerce 有一个插件架构,允许您为特定供应商(商家处理器)创建代码。他们已经构建了几个欧洲供应商,您只需下载并安装它们。它已经附带了 Authorize.net 插件,如果您选择它们,您只需几分钟即可启动并运行。请查看 nopCommerce 网站上的 DOCS”,了解有关创建插件的更多信息,如果您是 .NET 程序员,这并不难。我将把我的 Merchant 转而使用 Authorize.net,只是因为它更容易,而且它们都做同样的事情,接受抄送并将钱转给您并收取费用,基本上它们几乎都是相同的,除非您从事有风险的业务(色情),那么您必须找到一个愿意接受这些类型费用的商家(通常以更高的比率)
nopCommerce has a plugin Architecture, that allows you to create the code for a specific vendor (Merchant processor) They have several European vendors already built, you just download them and install. It comes with Authorize.net plugin already, if you choose them, you up and running in a matter of minutes. Look under DOCS" on the nopCommerce website for more info on creating a plugin, its not hard if your a .NET programmer. I am going to dump my Merchant for Authorize.net just because its easier, and they all do the same thing, accept the cc and transfer the money to you for a fee, and basically they are pretty much all the same, unless your doing a risky business (porn) then you have to find a merchant who will accept those types of charges (normally at a higher rate)