MarkAsPaid Method
Marks an invoice as paid.
Syntax
int MarkAsPaid(char* lpszinvoiceId);
Remarks
This method is used to mark the invoice specified by invoiceId as paid. You can optionally specify details about the payment via PaymentInfo.
After calling this method, the Ack property will indicate success or failure.