intuit-partner-platform

Sales Receipt Process Credit Card Payment QBO V2

大憨熊 提交于 2019-12-13 08:57:07
问题 I am trying to automatically create a sales receipt AND charge the credit card through QBOE. The APIs appear to indicate this is possible by setting the Detail->CreditCard->CreditChargeInfo. I would expect to receive some information in the CreditChargeResponse Element, however I receive no information in the response regarding the attempted CC charge. Furthermore a sales receipt is created and the proper payment method is selected but no CC information is saved under the payment and it does

QuickBook Online Reconnect & expire Issue

旧街凉风 提交于 2019-12-13 05:48:28
问题 After reading the document of Quick Book Online API,i have some questions 1.In order to authorize in quickbook online,i implement ConnectToQuickButton.When i click this button,i get access token & access token secret & save in database.i also get 180 days expire limit.if i don't hide ConnectToQuickButton and press again the button after 50 days,i get new access token & access token secret.Is my 180 days limit initialize newly? 2.Is the above scenerio works after 150 days i.e on 151th day?

How to use quick book invoice api in asp.net

帅比萌擦擦* 提交于 2019-12-13 05:11:36
问题 I have a requirement to integerate Quickbook api with my web application. I just created a sample application to accomplish it. I am strange to this I really dont have any idea about how to connect the api or to consume the api.I have mentioned the codes that i have took from ("https://developer.intuit.com/"). I tried by creating an app in the app manager, I have atttached the image FYR. After entering all those details i am not getting "accessTokenSecret" value. Here i just entered the

How to insert multiple items in Quickbook Invoice

↘锁芯ラ 提交于 2019-12-13 04:43:49
问题 I need to insert a new invoice for a particular customer , I can able to insert , but i don't have any idea about how to insert multiple items in invoice. How to use the property Items and ItemsElementName to insert multiple items. If my question is unclear please let me know. I have attached the snapshot and code for reference. Code: protected void btnsendInvoiceDetails_Click(object sender, EventArgs e) { string accessToken = "lvprdRM1HLr6o11Bnip2fGizlXWbFfADnS1Btvm2L4VPOTRI"; string

QuickBooks Web Connector Authenticate with PHP SOAP Server

吃可爱长大的小学妹 提交于 2019-12-13 04:29:32
问题 I am just trying to understand the QBWC authenticate process. I am trying to build a real basic SOAP Server in PHP that just authenticates the QBWC requests. Here's my WSDL: <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://developer.intuit.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http:/

Getting “Unauthorized-401” Error in .NET while accessing quickBooks data through Intuit API

允我心安 提交于 2019-12-13 04:24:19
问题 I am developing a .NET(C#) application with QuickBooks integration using Intuit API. I’ve created 2 Intuit Accounts, say A and B, with different QuickBooks data. I connect and authorize Intuit account A and create a Client, C1, with same in my application. Then I connect and authorize B and create another Client, C2, in my application. Till this point everything works fine. I save the oAuth information like access token, access token secret, key etc. in database when I create the Clients. And

Can One Obtain or Purchase Development Licenses for QB Desktop Canadian Edition

佐手、 提交于 2019-12-13 03:25:30
问题 For development purposes, does Intuit make free/lower cost licenses available for QB Desktop Canadian Edition (and we also need US Edition)? 回答1: For QBD - You need to buy the NFR software. PFB details Please create an IDN account here - https://member.developer.intuit.com/default.asp?fn=acctRegisterUser Please go here to purchase the NFR - https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits/0250_qb/0030_nfr_software/nfr_purchase Purchasing will take about 48 hours to complete.

How to escape single-quotes in Query Filter

谁说胖子不能爱 提交于 2019-12-13 00:57:55
问题 Using QBO V3 API and I'm trying to query for Customers with an apostrophe in their names but I cannot figure out how to properly quote the name. I have used the API Explorer and when I enter a query like this: select * from customer where displayname like '%O\'Halloran' Then the API Explorer works and says the request-uri is really: https://qb.sbfinance.intuit.com/v3/company/1002341430/query?query=select * from customer where displayname like '%25O%5C'Halloran' Notice a couple of things in my

Intuit Quickbooks Online app authorization quit working

纵然是瞬间 提交于 2019-12-12 13:48:15
问题 We have a web service used to authorize a connection between our application to QuickBooks Online. It has been working for two years with the last successful authorization on 2/28/17. New authorization attempts can sign in with Intuit okay but when they click on the button to connect to QuickBooks, they get an error, "We're sorry! We're experiencing some problems. Please try again later." The url displaying this error is something like, "https://appcenter.intuit.com/Connect/CompanySelection

Implement Payment Process With Quickbook(Intuit Payment)

China☆狼群 提交于 2019-12-12 10:17:16
问题 I want to implement Quickbook payment process for e-commerce site. i search lot but cant find proper solution. 回答1: If you need a test/development merchant account, instructions are provided here to get one. Otherwise, use your actual Intuit username/password for the rest of the steps. Follow the instructions on our QuickBooks wiki to register in DESKTOP mode. After registration, you should have an App Login, App ID, and a Connection Ticket. You'll get the App Login and App ID from the actual