Skip to content

getAllInvoices

Victor Aleksejevs edited this page Aug 10, 2018 · 2 revisions

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, skrill, webmoney, balance, bank_transfer)
  • success - success value (true)
Clone this wiki locally