I have a "choose subscription package" page and customers can sign up for a subscription package and pay for it. i just want to use intuit merchant service for this and for the payment process. i dont really need a shopping cart application since there are only 3 subscription packages and they are not dynamic. As simple as transaction begins just by clicking the button of their preferred package.
I think i can use Keith's quickbook-devkit but i don't think i can implement it the right way.
Thanks!
Use the open-source PHP DevKit here:
Follow the instructions here to get set up (you should more than likely be using the DESKTOP method):
Example code is here:
It looks something like this:
Some other notes:
Intuit does not offer a shopping cart, so that really has nothing to do with any of this.
If you don't think so, perhaps you should provide a bit more detail. Specifically why don't you think you can implement it the "right" way? What is this "right" way that you're trying to implement it as?