How to process credit card by using intuit's (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!
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:
- Intuit Payments
There are detailed examples and set-up instructions for Intuit Payments card processing on Intuit's site:
- Intuit Payments dev docs
There is an open-source PHP package for processing cards with Intuit Payments here:
- Intuit Payments open-source PHP code
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 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
精彩评论