List Payments
GET https://api.freshbooks.com/accounting/account/{{accountId}}/payments/payments
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"response":{"result":{"page":1,"pages":1,"payments":[{"accounting_systemid":"wkMd2g","amount":{"amount":"10.00","code":"USD"},"clientid":31006,"creditid":null,"date":"2019-04-19","from_credit":false,"gateway":null,"id":7658,"invoiceid":26398,"logid":7658,"note":"Updated with proper invoice amount","orderid":null,"overpaymentid":null,"transactionid":null,"type":"Check","updated":"2019-04-19 14:05:33","vis_state":0},{"accounting_systemid":"wkMd2g","amount":{"amount":"8000.00","code":"USD"},"clientid":31006,"creditid":null,"date":"2019-04-19","from_credit":false,"gateway":null,"id":7656,"invoiceid":24068,"logid":7656,"note":"VISA","orderid":null,"overpaymentid":null,"transactionid":null,"type":"Credit Card","updated":"2019-04-19 13:59:30","vis_state":0},{"accounting_systemid":"wkMd2g","amount":{"amount":"50.00","code":"USD"},"clientid":32080,"creditid":null,"date":"2019-04-19","from_credit":false,"gateway":null,"id":7654,"invoiceid":26250,"logid":7654,"note":"Paid on time","orderid":null,"overpaymentid":null,"transactionid":null,"type":"Cash","updated":"2019-04-19 13:28:17","vis_state":0}],"per_page":15,"total":3}}}