You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="lead">Here you will find useful information and sample code to build an integration with QuickBooks Online.</p>
52
+
</div>
53
+
<hr>
54
+
55
+
<h4>The Challenge</h4>
56
+
<pclass="lead">Create a solution that saves a small business time or money.</p>
57
+
58
+
<hr>
59
+
<divclass="card pin col-sm-5 col-md-4 col-lg-4" id="div-get-started"><ahref="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>Getting Started</h5></a><p>Use the steps below to get started with QuickBooks API</p>
60
+
<ulclass="list">
61
+
<li>Create a <ahref="https://developer.intuit.com" target="_blank">developer account</a></li>
62
+
<li>Create an <ahref="https://developer.intuit.com/app/developer/qbo/docs/get-started" target="_blank">app</a></li>
63
+
<li>Generate OAuth tokens using <ahref="https://developer.intuit.com/v2/ui#/playground" target="_blank">playground</a></li>
64
+
</ul>
65
+
</br>
66
+
</div>
67
+
68
+
<divclass="card pin col-sm-5 col-md-4 col-lg-4" id="div-tools"><ahref="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>Tools</h5></a><p>Use the tools below to get started with QuickBooks API</p>
69
+
<ulclass="list">
70
+
<li>Explore API using <ahref="https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/account" target="_blank">API explorer</a></li>
<li>Use <ahref="https://developer.intuit.com/app/developer/qbo/docs/develop/sandboxes/manage-your-sandboxes" target="_blank">sandbox</a> for testing</li>
75
+
</ul>
76
+
</br>
77
+
</div>
78
+
79
+
<divclass="card pin col-sm-5 col-md-4 col-lg-4" id="div-samples"><ahref="https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples" target="_blank"><h5>Samples</h5></a><p>Clone the samples below in the languge of your choice to use QuickBooks API</p>
<divclass="card pin col-sm-5 col-md-4 col-lg-4" id="div-invoicing"><ahref="https://developer.intuit.com/app/developer/qbo/docs/concepts/invoicing" target="_blank"><h5>Invoicing</h5></a><p>Use the steps below to understand the "Invoicing" concept and build an app around it</p>
<li>Check out <ahref="https://developer.intuit.com/docs/api/accounting/invoice" target="_blank">Invoice API Reference</a></li>
95
+
<li>Use the invoice sample <ahref="https://github.com/IntuitDeveloper/QBOConceptsTutorial-DotNet/blob/master/MvcCodeFlowClientManual/Controllers/InvoicingController.cs" target="_blank">DotNet</a> - <ahref="https://github.com/IntuitDeveloper/QBOConceptsTutorial-Java/blob/master/src/main/java/com/intuit/developer/tutorials/controller/InvoiceController.java" target="_blank">Java</a> - <ahref="https://github.com/IntuitDeveloper/QBOConceptsTutorial-PHP/blob/master/InvoiceAndBilling.php" target="_blank">PHP</a> to build an app</li>
96
+
</ul>
97
+
</br></br></br></br></br>
98
+
</div>
99
+
100
+
<divclass="card pin col-sm-5 col-md-4 col-lg-4" id="div-billing"><ahref="https://developer.intuit.com/app/developer/qbo/docs/concepts/pay-bills" target="_blank"><h5>Billing</h5></a><p>Use the steps below to understand the "Pay Bill" concept and build an app around it</p>
101
+
102
+
<ulclass="list">
103
+
<li>Understand <ahref="https://developer.intuit.com/app/developer/qbo/docs/concepts/pay-bills" target="_blank">Paying the Bill Concept</a></li>
104
+
<li>Check out <ahref="https://developer.intuit.com/docs/api/accounting/bill" target="_blank">Bill API Reference</a></li>
105
+
<li>Use the billpay sample <ahref="https://github.com/IntuitDeveloper/QBOConceptsTutorial-DotNet/blob/master/MvcCodeFlowClientManual/Controllers/BillingController.cs" target="_blank">DotNet</a> - <ahref="https://github.com/IntuitDeveloper/QBOConceptsTutorial-Java/blob/master/src/main/java/com/intuit/developer/tutorials/controller/BillController.java" target="_blank">Java</a> - <ahref="https://github.com/IntuitDeveloper/QBOConceptsTutorial-PHP/blob/master/PayBill.php" target="_blank">PHP</a> to build an app</li>
0 commit comments