Authorize.net payment gateway on wordpress e-commerce plugin

余生颓废 提交于 2019-12-11 01:29:06

问题


Does the wordpress e-commerce plugin has the authorize.net payment gateway?


回答1:


Yes, the WordPress E-Commerce plugin has an Authorize.Net payment gateway integration module and you do not need gold cart for that if you use the following WP E-Commerce Authorize.Net module from codecanyon.




回答2:


Yes, but you need to also install the gold cart plugin for that.




回答3:


There are several plugins available that support Authorize.net, however, they don't all support the same interfaces. Authorize.net provides the following APIs

SIM = Simple Integration Method
AIM = Advanced Integration Method
ARB = Automated Recurring Billing
CIM = Customer Information Manager

All but the first require that you also install a secure certificate on your site to encrypt communication of credit card or check details. The first option, SIM, sends the user to Authorize.net's site to complete the payment, so it's on their secure connection.

CIM isn't likely to be supported in a plugin since it's for more advanced ecommerce functions and wordpress wouldn't be a fit for them anyway.

There are some free options that you can find in the directory: http://wordpress.org/extend/plugins/search.php?q=ecommerce

You can also choose a commercial option, such as this:
http://simplecreditcardpayments.com/

Here are details about how to get SSL on your wordpress blog to support Authorize.net http://www.youtube.com/watch?v=8F8iPxs4naY



来源:https://stackoverflow.com/questions/14136003/authorize-net-payment-gateway-on-wordpress-e-commerce-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!