I am new to QuickBooks Application, I am integrating the same in my C# console application. I need to add Vendor bill payment using QBFC library, any kind of help or sample code would be appreciated.
Thanks
I am new to QuickBooks Application, I am integrating the same in my C# console application. I need to add Vendor bill payment using QBFC library, any kind of help or sample code would be appreciated.
Thanks
Copyright © 2021 Jogjafile Inc.
You can use the BillPaymentCheckAdd procedure for checks and BillPaymentCreditCardAdd procedure for credit card payments. You need to send in a list of bill transaction IDs where you want to apply the payment to. Below is a method that does that, assuming you already have the ListIDs for the payee (would be Vendor.ListID here), the AP account, and the bank account as well as the bill transaction IDs.