user176386
user176386

Reputation:

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!

Upvotes: 8

Views: 11270

Answers (3)

Keith Palmer Jr.
Keith Palmer Jr.

Reputation: 27952

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:

Upvotes: 13

ecomexpert
ecomexpert

Reputation: 1

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

Upvotes: -1

jspcal
jspcal

Reputation: 51904

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

Upvotes: 1

Related Questions