problem about intuit-Collection of common programming errors
Manas Mukherjee
.net intuit-partner-platform intuit x.509 customer-account-data-api
I am using the Intuit Customer Account data API and have successfully created an x.509 certificate and uploaded. I can use the API explorer properly through Intuit’s website but cannot get the AggCatDotNet example sites to work. In the web.config I have filled in key values SAMLIdentity provider and password but cannot figure out how to access my private key through PrivateKeyPath. I have tried installing in the cert store under personal and machine stores as well as placed it in the App_Data
William Lorfing
console undefined connect intuit-partner-platform intuit
We are attempting again to get Intuit Anywhere to work. Put together a test web app. Running VisStudio 2010, VB IDE for testing. Win 7/64 pro.When clicking on the Connect To QuickBooks button we get an error in line 132 of intuit.ipp.anywhere.js [dynamic]. JScript runtime error Console is undefinedif(console && console.log) Since this is not our code nor our primary language it is a bit difficult to know what this is or why this is happening?Can someone please explain and tell me what
RyanMac
intuit-partner-platform intuit
Any idea why when attempting to submit a batch of a customer modifications via IPP .NET DevKit as such:IntuitBatchResponse batchResponse = dataServices.ExecuteBatch<IntuitBatchRequest>(batchRequest);I’m getting thrown from the routine due to an internal unhandled exception instead of just setting the error property on the batch item as it does for all other errors I’ve come across. The error in question is -11209: You can only add or edit one name at a time.What exactly does this even mea
Forrest
jquery intuit-partner-platform intuit
Our application loads jQuery 1.10.2 and then loads https://appcenter.intuit.com/Content/IA/intuit.ipp.anywhere.js from Intuit. The anywhere script is adding <script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js”></script> to the head and reloading jQuery. This is wiping the namespace and wrecking much of our code. Shouldn’t the script see that jQuery is already loaded? How do we prevent jquery from being reloaded?Thanks, Forrest
Forrest
jquery internet-explorer-10 intuit-partner-platform intuit
I’m integrating an application with the Intuit IPP program. This requires loading their JS from https://appcenter.intuit.com/Content/IA/intuit.ipp.anywhere.js. This works in every browser expected for IE10 (EDIT: also broken in IE9). This failure happens on Win7 & Win8.The nature of the problem is that it’s removing jQuery. Everything works up until the file is included and all calls to both $ and jQuery fail immediately afterwards. When I say it’s removed: $(document) raises “Object Expecte
Manas Mukherjee
intuit-partner-platform intuit customer-account-data-api
I keep getting 403 from Intuit AggCat API in response to all requests except getInstitutions and getInstitutionDetails (they return correct data). Has anyone else experienced that? Ruby code excerpt:IntuitIdsAggcat.config(:issuer_id => “…”) IntuitIdsAggcat.config(:oauth_consumer_key => “…”) IntuitIdsAggcat.config(:oauth_consumer_secret => “…”) IntuitIdsAggcat.config(:certificate_path => “…”) IntuitIdsAggcat::Client::Services.delete_customer ‘1’ IntuitIdsAggcat::Client::Serv
T. Postel
testing credit-card intuit-partner-platform intuit
I’m new to PayPage, the “Try a Test Transaction” page is down so I can’t cut and paste, or compare a known good bit of xml. I’m using xml that is very like what worked in the “Try a Test Transaction” page last week. I post using LWP in a perl script.I get this response:Unknown error returned by SAX parser.Exception from other package:java.lang.StringIndexOutOfBoundsException: String index out of range: -1I’m posting to:https://webmerchantaccount.ptc.quickbooks.com/j/AppGatewayHere is the xml I’m
user2414798
intuit
I’m trying to set up a credit card interface on a website using Intuit’s QBMS and I’ve got the XML request set up per the specifications on the Intuit documentation. I’ve also got my AppID, Connection Ticket, and Application Login set up. But when I do a test, I’m getting the following error: Unknown error returned by SAX parser. Exception from other package: java.lang.StringIndexOutOfBoundsException: String index out of range: -1Here is the XML Request:$productionUrl = ‘https://merchantaccount.
Web site is in building