4 years ago
Unreconciled payments through accountright API
We send invoices to our clients' myob accountRight files, using the AccountRight V2 API.
Invoices are sent to the /Sale/Invoice/Item endpoint.
If the invoice has been paid on our platform, we send a full payment against the invoice using the /Sale/CustomerPayment endpoint.
Everything is working well, except one client wants to reconcile the payments herself.|
Is there a sense in which I can send an "unreconciled" payment to this endpoint - and how would I go about it?
(No mention in the documentation, but my accounting knowledge is patchy at best)
cheers.