Mark Invoice as Paid not working with EFT & BankDraft payment method

Options

Hi,

I was trying to create Invoice and as approval status passing “Paid” & payment method tried like Bank Draft and EFT. But with the both it throws below error.

{ "Error": "Failed to save invoice", "Details": ["Invoices can only be paid by using the check writing process."], "ErrorPath": "capinvoice.-1.status" }

And there is a create Payment API Endpoint but that only supports the Check Payment Method and not others. So how can i mark Bank Draft & EFT Invoice as Paid.

Please help me on it.

Categories