如何使用intuit(quickbook)处理信用卡?
如何使用 intuit 处理信用卡
大家好,
我正在为我的客户做购物车项目,其中一项要求是使用 intuit 的 (http://www.intuit.com/)产品真实处理信用卡,因为客户后期将把网上商店与Quickbook集成。
我的问题是,intuit产品是否纯粹是支付网关解决方案?在这个阶段,我们没有参与任何有关 QuickBook 的开发工作,我们的主要重点是提供高质量的购物车解决方案,我们阅读了一些有关 Intuit 网上商店解决方案的内容,但似乎这需要在桌面上运行 QuickBook 来同步数据?
现在很迷茫,请有经验的人帮忙!
How to process credit card by using
Hello all,
I am doing shopping cart project for my client and one of the requirement is using intuit's (http://www.intuit.com/) product to process credit card in real manner, as the client is going to integrate the online shop with quickbook in later stage.
My question is, does intuit products purely payment gateway solution? as in this stage, we are not involved with any dev work about quickbook, the main focus for us is deliver the high quality shopping cart solution, we read something about intuit's web shop solution but seems this one require quickbook running in desktop to sync the data?
Very confused now, if anyone had experience before, please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,Intuit 提供
QuickBooks Merchant Services (QBMS)Intuit Payments 作为处理信用卡的支付网关。您无需购买 QuickBooks 即可使用 Intuit Payments。您可以在此处阅读更多信息并注册 Intuit Payments:
有详细的示例和设置说明对于 Intuit 网站上的 Intuit Payments 卡处理:
有一个开放-用于使用 Intuit Payments 处理卡的源 PHP 包:
开源 PHP 代码
Yes, Intuit offers
QuickBooks Merchant Services (QBMS)Intuit Payments as a payment gateway to process credit cards. You do not need to purchase QuickBooks to use Intuit Payments.You can read more and sign up for Intuit Payments here:
There are detailed examples and set-up instructions for Intuit Payments card processing on Intuit's site:
There is an open-source PHP package for processing cards with Intuit Payments here:
open-source PHP code
QuickBooks 确实通过 QuickBooks 商家服务 (QBMS) 提供商家帐户。可以通过 XML API 访问 QBMS。通过 PHP 访问网关的示例如下:
http:// /www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=852
quickbooks does provide merchant accounts through QuickBooks Merchant Services (QBMS). QBMS can be accessed through an XML API. An example of accessing the gateway through PHP is here:
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=852
Quickbook 在线服务通过 Quickbooks 支付网关集成得到增强。
我们可以通过基于 OAuth 的新 API 版本来利用支付网关和 Quickbooks 同步。
对于商家来说,这可能是一个很好的解决方案,可以减少重复输入并全部到位:)
http://quickbooks。 intuit.com/ payments/web_store_product_page
电子商务集成指南:https://developer. intuit.com/docs/0100_accounting/0300_developer_guides/ecommerce_integration_guide
Quickbook online services enhanced with quickbooks payment gateway integration.
We can utilize payment gateway and quickbooks synchronization thru their new OAuth based API versions.
This could be a good solution for merchants by reducing double entry and all in on place :)
http://quickbooks.intuit.com/payments/web_store_product_page
Ecommerce Integration Guide: https://developer.intuit.com/docs/0100_accounting/0300_developer_guides/ecommerce_integration_guide