Hi,
I am using PHPiSdk. When I try to use api’s manualPmt which internally called addManualPayment I got error like:-
“ERROR: -1 - Failed to invoke method addManualPayment in class com.infusionsoft.api.xmlrpc.XmlRpcInvoiceService: id must be valid”
Can any one please explain what I am doing wrong. I am calling this method like:-1:
$this->manualPmt((int)$invoiceId, (double)2.50, $payDate, ‘Credit Card’, “Manually payment”,false);
Regards,
Arvinder