Created getAllInvoices (markdown)

master
Victor Aleksejevs 2018-08-10 20:38:59 +03:00
parent 23254c6abc
commit ade10b2d67
1 changed files with 22 additions and 0 deletions

22
getAllInvoices.md Normal file

@ -0,0 +1,22 @@
URL: /account/invoices/<br/>
Request type: GET
### Overview
The getAllInvoices method returns the list of all partner invoices.
### Request parameters
* None
### Response
* invoices - an array of invoices
* order_id - invoice order ID
* number - invoice serial number
* date - invoice creation date
* subtotal - subtotal amount
* tax - invoice tax amount
* total - invoice total amount
* status - invoice status (paid, unpaid)
* tax_rate - invoice tax rate in %
* currency - invoice currency
* payment_method - invoice payment method (paypal, interkassa, balance, bank_transfer)
* success - success value (true)