Skip to content

getOrderInvoice

Victor Aleksejevs edited this page Aug 10, 2018 · 1 revision

URL: /orders/invoice/<order_id>
Request type: GET

Overview

The getOrderInvoice returns detailed information for the invoice matching “invoice_id” parameter.
“invoice_id” is returned during 🔗addSSLOrder command.

Request parameters

  • order_id

Response

If no errors in request following parameters will be returned:

  • order_id - unique order ID
  • number - invoice unique number
  • date - invoice creation date
  • subtotal - invoice subtotal amount
  • tax - invoice tax amount
  • tax_rate - invoice tax rate in %
  • total - invoice total amount
  • status - invoice status (paid, unpaid, refunded, cancelled)
  • currency - invoice currency
  • payment_method - invoice payment method (paypal, skrill, webmoney, bank_transfer, balance)
  • success - success code (true)
Clone this wiki locally