views:

296

answers:

2

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!

A: 

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

jspcal
+1  A: 

Yes, Intuit offers QuickBooks Merchant Services (QBMS) as a payment gateway to process credit cards. You do not need to purchase QuickBooks to use QuickBooks Merchant Services.

You can read more and sign up for QuickBooks Merchant Services here:

There are detailed examples and set-up instructions for QuickBooks Merchant Services card processing on this wiki:

There is an open-source PHP package for processing cards with QuickBooks Merchant Services here:

Intuit also provides a QuickBooks Merchant Services SDK bundle with additional documentation:

Keith Palmer