我应该将哪个 paypal/支付插件与 grails 2.0 一起使用?
我正在 grails 2.0 中经营一家小型票务商店,我想集成支付功能,以便客户可以购买一张或多张票。
grails 有两个 paypal 插件: http://grails.org/plugin/paypal http://grails.org/plugin/paypal-pro
和一个带有 paypal 的购物车插件一体化: http://grails.org/plugin/shopping-cart
我不需要购物车,但我也需要将来添加一些其他支付网络的可能性。这样客户就可以选择他最喜欢的付款方式(例如 paypal、google checkout、sofortüberweisung...)。
有没有可用的解决方案,或者您将如何实现这样的功能?您会选择哪个插件?或者您不会选择任何插件并自己实施?
感谢您的回答!:) 怀特内克斯
I'm working on a small ticketshop in grails 2.0 and i want to integrate payment so that the customers can buy one or more tickets.
There are two paypal plugins for grails:
http://grails.org/plugin/paypal
http://grails.org/plugin/paypal-pro
and one shopping-cart plugin with paypal integration:
http://grails.org/plugin/shopping-cart
I don't need a shopping cart, but i need the possibility to add some other payment networks in future too. So that the customer can choose his favorite payment method (ex. paypal, google checkout, sofortüberweisung...).
Are there any available solutions for that or how would you implement such a feature? Which plugin would you choose? Or wouldn't you choose any of the plugins and implement by yourself?
Thanks for answers!:)
whitenexx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题实际上没有意义,因为它们是 Paypal 提供的不同类型服务的插件。
Paypal 插件实际上只不过是 Paypal 按钮(即 Paypal 标准)的包装,而 Payment Pro 是一个单独的解决方案,用于在您的网站上处理信用卡交易。
Paypal插件的优点是你可以很快上手。但是,由于所有事务都发生在服务器之外,因此您会失去一些自定义功能。 Payment Pro 将此功能带入您的机器中,但您需要对此负责所有 UI。
访问此处熟悉差异可能是个好主意 - https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=merchant/product_services&nav=2.1
这更多的是一个商业决策。
我们使用 Payment Pro 的托管版本,该版本跳过了许多 PCI 合规性要求,因为用户无需在您的网站上输入信用卡详细信息。提供的服务类型也会根据您的身份和您公司的业务类型而变化。我会先联系 Paypal,看看您是否有资格使用 Payment Pro。
The question doesn't really make sense as they are plugins for different type of services offered by Paypal.
The Paypal plugin is really not much than a wrapper around the Paypal button (i.e, Paypal Standard), whereas Payment Pro is a separate solution for handling credit card transactions on your site.
The advantage of the Paypal plugin is that you can get started with it very quickly. But you lose a bit of customization as all your transactions happen outside of your server. Payment Pro brings this into your machine, but you're responsible for all the UI for this.
It might be a good idea to get familiar with the differences by going here - https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content&content_ID=merchant/product_services&nav=2.1
It's more of a business decision.
We use a hosted version of Payment Pro, which skips a lot of the PCI compliance requirements as users don't enter their credit card details on your site. The type of services offered also changes according to who you are and the type of business your company does. I would engage Paypal first to see if you're even eligible for Payment Pro.