I’m in the process of creating some basic code to interface with QBO & QBMS. I basically need to create a customer in QBO, and create a recurring payment for them in QBMS via the SDK/API. What method should I use to create an association between the recurring payment and the customer? — I am hoping there is an out-of-the-box way to do this that I am missing.
It seems like I am speaking of reconciliation – however the fact that site says “Desktop and hosted applications can integrate with QuickBooks Online (QBO). However, QBO does not currently support the Reconciliation feature.” is a little concerning.
Thank you in advance.
SO. I managed to get through to someone @ Inuit and ask them this question. TL; DR; No, this isn’t possible.
If you’d like to do this, you’ll need to use the QBMS API (qbXml) to create the charge. You will then need to use either IPP or Qbms to interface with QB to create a transaction. There won’t be any formal link between the record in merchant services and in quickbooks. It’s a little informal for my tastes.