Retrieve Invoice (Synchronous API)

Get the invoice download information of an order

Get the invoice data of an order in the response which includes invoice's type and download URL.

get/v1/orders/{orderId}/invoices

Path parameters

orderIdstring required

The identifier of the Order.

Response

Successful response.

Example response

{
  "invoices": [
    {
      "type": "vat_invoice",
      "invoiceURL": "https://api.digitalriver.com/v1/orders/1067669580082/invoices/6086637700"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.