Mark Invoice as Paid through API

Hi All, we’re creating invoices through the api and then marking them as ‘Sent’ again through the api. Is there a way to mark these as ‘Paid’ through the API? Even if this can be done by setting a payment-of course everything is API related-it’d be very helpful!

Thank you in advance.

You mark an invoice as paid by creating a payment allocated to that invoice - call Payment_Create passing the invoice ID.

This topic was automatically closed after 7 days. New replies are no longer allowed.