

Now you are to select the platforms you would like to integrate with Synder. Create an Organization for your QuickBooks Desktop company (learn more about Organizations management in Synder) by filling in the information about your business and clicking the Next step button:.Click Sign Up and verify your email following the instructions sent to it.Fill in the registration form with your name, email, and password.You can either sign up using your Google account credentials or create an account with Synder credentials. If you are just getting started with Synder you will need to create a free Trial account first. Create your account and Organization in Synder.Connecting QuickBooks Desktop company to a new Synder account Once you set the integration up the app will account for your Stripe payments in QuickBooks Desktop. In this guide, you will be able to learn how to connect your QuickBooks Desktop company to Synder for integration with the Stripe account. Connecting QuickBooks Desktop to a new Synder accountĪdding another company (client) to SynderĪccounting solutions, such as Synder, allow to integrate multiple sales channels and payment platforms to make your e-commerce accounting much easier. $arr = mysql_fetch_assoc(mysql_query("SELECT * FROM my_customer_table WHERE id = ". * Generate a qbXML response to add a particular customer to QuickBooksįunction _quickbooks_customer_add_request($requestID, $user, $action, $ID, $extra, &$err, $last_action_time, $last_actionident_time, $version, $locale) You'll end up writing functions to generate qbXML requests that look something like this: You should refer to this script (as the quick-start guide does above): There's a overview of how the Web Connector works over here.

The Web Connector is a little different than a standard web service in that it works in a sort of backwards manner - the Web Connector will call out to your PHP web service vs. You'll want to architect your application so that your PHP script can receive the data, store it temporarily in a database (MySQL, etc.) and then the Web Connector can pick up the data destined for QuickBooks from there. You should follow the QuickBooks PHP Web Connector quick-start guide to get started. Here is a PHP QuickBooks Library which does exactly what you want to do.
