Add Payment to Bill

POST https://api.freshbooks.com/accounting/account/{{accountId}}/bill_payments/bill_payments

Request Body

{"bill_payment"=>{"billid"=>"7", "amount"=>{"amount"=>"375", "code"=>"USD"}, "payment_type"=>"Check", "paid_date"=>"2020-10-09", "note"=>"", "bill"=>nil}}

RESPONSES

status: OK

{"response":{"result":{"bill_payment":{"amount":{"amount":"100.00","code":"EUR"},"billid":1141,"id":909,"matched_with_expense":false,"note":"","paid_date":"2021-01-30","payment_type":"Check","vis_state":0}}}}