blainehilton, Yes.

There are several steps to get QuickBooks Merchant Services to work (aka QBMS).

Note: QBMS is a separate system from QuickBooks itself.

Create AppId
Create Application Login
Create Connection Ticket

First registering as a Developer.
http://appreg.intuit.com/

Create "Add" a registered App.
This is where you create AppName.yourdomain.com
The Domain/AppName is not real, just what you want to call it.

If you are using SSL like this module set Application Type: hosted

Now you will have an AppId and Application Login.

Goto:
https://login.quickbooks.com/j/qbn/s...confirm?appid=YOURAPPID&serviceid=1002

Login with your QuickBooks account (in my case, my Client's QB account).

This will create a Connection Ticket.

The Connection Ticket is your connector for linking the QBMS to QB.
Why register your Application, I have no clue. It makes things much more difficult for developers.

That should get you working for some part.
My module used Desktop Mode instead of Hosted (web app).
So I don't know how to setup the SSL stuff.

Hope that helps :-)