diff --git a/getAllInvoices.md b/getAllInvoices.md new file mode 100644 index 0000000..b4519f9 --- /dev/null +++ b/getAllInvoices.md @@ -0,0 +1,22 @@ +URL: /account/invoices/
+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) \ No newline at end of file