Re: [BETA] QuickBooks Merchant Service
the_ancient:
Thanks for your contribution.
I just want to add that I have got the Quickbooks Merchant Service module working and have successfully charged and received funds. Its not entirely clear when browsing the threads as a prospective user that the module actually works in the real world, so here is my confirmation that it does! :clap:
Re: [BETA] QuickBooks Merchant Service
I am working on Version 2 of this module, It has more or less be completely rewritten by me,
It will however require PHP5 because I am making use of the SimpleXML class that comes with PHP5...
Some of the Enchantments will be Full Transactional Logging, This will allow for full integration with Quickbooks, and allow users to see all failed transactions, and possible add refund capability's
Anyway I am looking for Feedback on the Quickbooks Web Connector project...
http://www.zen-cart.com/forum/showthread.php?t=94974
Re: [BETA] QuickBooks Merchant Service
I installed the mod and get an error during page 3 of checkout...
"An error has occurred within our system while trying to process your credit card. Please try this transaction again. If the problem persists, please email "
Are there any settings within merchant services that are not covered in the install instructions?
Any clues what is causing the error?
Re: [BETA] QuickBooks Merchant Service
Quote:
Originally Posted by
gonewild
I installed the mod and get an error during page 3 of checkout...
"An error has occurred within our system while trying to process your credit card. Please try this transaction again. If the problem persists, please email "
Are there any settings within merchant services that are not covered in the install instructions?
Any clues what is causing the error?
that is telling you
1> Curl was unable to connect to the QBMS Server
2> QMBS Refused to authenticate you,
a> you entered the wrong Ticket Number or the Wrong App Id, or the wrong app user, or the app was not mapped to themerchant account
Are you using the hosted or Desktop security model?
Are you tring a Live or Demo Account. and did you select the proper setting in the module for live or demo...
Re: [BETA] QuickBooks Merchant Service
I loaded the two files into my catalog, but under admin->modules->payment, it's not showing up. Is there anything else I have to do?
Re: [BETA] QuickBooks Merchant Service
Quote:
Originally Posted by
dejavu
I loaded the two files into my catalog, but under admin->modules->payment, it's not showing up. Is there anything else I have to do?
Did you copy the files to the same dir's as they are in the zip?
Re: [BETA] QuickBooks Merchant Service
I downloaded this app.
When I go onto the payment page and the QBMS module loads, I get a syntax error } expected on line 293.
Has anyone else had this problem?
Re: [BETA] QuickBooks Merchant Service
The function javascript_validation() needed another "}" in modules/qbms.php. This makes me uncomfortable. I hope this app. works.
Re: [BETA] QuickBooks Merchant Service
Quote:
Originally Posted by
gonewild
I installed the mod and get an error during page 3 of checkout...
"An error has occurred within our system while trying to process your credit card. Please try this transaction again. If the problem persists, please email "
Are there any settings within merchant services that are not covered in the install instructions?
Any clues what is causing the error?
I am having identical problem. Any further information on this error?
Re: [BETA] QuickBooks Merchant Service
Quote:
Originally Posted by
hwy419
I am having identical problem. Any further information on this error?
It is not a error in the Module,
As I stated before this error means
1> Curl was unable to connect to the QBMS Server
2> QMBS Refused to authenticate you,
a> you entered the wrong Ticket Number or the Wrong App Id, or the wrong app user, or the app was not mapped to themerchant account
Are you using the hosted or Desktop security model?
Are you tring a Live or Demo Account. and did you select the proper setting in the module for live or demo...