getAllInvoices - gogetssl/api GitHub Wiki
URL: /account/invoices/
Request type: GET
The getAllInvoices method returns the list of all partner invoices.
- None
- 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)