简体   繁体   English

实施类似Groupon的系统有哪些选择?

[英]What are the options to implement a Groupon like system?

I like to build a system that will allow users to "commit buy" a deal, but will only be charged after a minimum # of committers are reached. 我喜欢构建一个系统,该系统将允许用户“承诺购买”一笔交易,但是仅在达到最少数量的提交者之后才收费。 The time span in which the "deal" will continue can be either weekly or monthly. “交易”将持续的时间范围可以是每周或每月。

I like to stay away from building one from the ground up as much as possible. 我喜欢尽可能地从头开始建造一个。

I know there's another thread on StackOverflow that asked paypal, amazon, or google checkout API to serve this purpose, but this seems too much like a hack? 我知道StackOverflow上还有另一个线程要求Paypal,Amazon或Google Checkout API达到此目的,但这似乎太像黑客了?

I did some reading on using a gateway like Authorize.net to process credit card information and they can store the user information and has a service like pay-as-you-go. 我读过一些有关使用Authorize.net之类的网关来处理信用卡信息的内容,它们可以存储用户信息,并具有随用随付的服务。 Would using their API be a better choice? 使用他们的API会是更好的选择吗? Can their pay-as-you-go method provide the system that I'm looking for? 他们的现收现付方法可以提供我正在寻找的系统吗?

I did some reading on using a gateway like Authorize.net to process credit card information and they can store the user information and has a service like pay-as-you-go. 我读过一些有关使用Authorize.net之类的网关来处理信用卡信息的内容,它们可以存储用户信息,并具有随用随付的服务。 Would using their API be a better choice? 使用他们的API会是更好的选择吗?

I have used Authorize.net for recurring payments and it is easy to implement if you are fluent in working with a web service (regardless of language). 我已经使用Authorize.net进行定期付款,如果您能熟练使用Web服务(不管使用哪种语言),就很容易实现。 You can integrate with them without the user needing to leave your website and without storing the user's credit card information. 您可以与它们集成,而无需用户离开您的网站,也无需存储用户的信用卡信息。

However, you will be receiving the user's credit card number to implement such a model, and there are still precautions to be taken (versus redirecting to a secure third party site to receive the number). 但是,您将收到用户的信用卡号以实现这种模型,并且仍然要采取一些预防措施(相对于重定向到安全的第三方站点以接收该号码)。

Refine your question to be more specific to receive more specific answers. 优化您的问题,使其更具体,以得到更具体的答案。

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

相关问题 如何实施结帐/购物篮系统 - How to implement checkout/basket system 优惠券逻辑/工作流程有哪些选项? - What are some options for coupon logic/workflow? Magento 1.6.1:什么是options_container? - Magento 1.6.1: What is options_container? 如何根据购物车中的产品以及链接到这些产品的运送选项从购物车中删除运送选项 - How to remove shipping options from shopping cart based on which products are in the cart and what shipping options are linked to these products 开源购物车/结帐系统,例如FoxyCart - Open Source Shopping Cart / Checkout System Like FoxyCart 什么是产品,选项和类别最优雅的MySQL架构? - What's the most elegant MySQL schema for products, options and categories? 如何使用类似 Fiverr 的 django allauth 实现两种用户类型(卖家和客户或买家)? - how to implement two user types (seller and customer or buyer) using django allauth like fiverr? 用php编写的电子商务系统应包含哪些功能? - What features to be included into an e-commerce system written in php? Google Analytics(分析):电子商务报告是什么样的? - Google Analytics : What does E-Commerce report look like? 您的电子商务系统交易管理策略应该是什么? - What should your transaction management strategy be for an e-commerce system?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM